Home
last modified time | relevance | path

Searched refs:del_proto (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/ipv4/
Dgre_demux.c319 int gre_cisco_unregister(struct gre_cisco_protocol *del_proto) in gre_cisco_unregister() argument
322 &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()