Searched refs:del_proto (Results 1 – 1 of 1) sorted by relevance
319 int gre_cisco_unregister(struct gre_cisco_protocol *del_proto) in gre_cisco_unregister() argument322 &gre_cisco_proto_list[del_proto->priority]; in gre_cisco_unregister()325 ret = (cmpxchg(proto, del_proto, NULL) == del_proto) ? 0 : -EINVAL; in gre_cisco_unregister()