Searched defs:inet_offloads (Results 1 - 1 of 1) sorted by relevance

/net/ipv4/
H A Dprotocol.c32 const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS] __read_mostly;
33 EXPORT_SYMBOL(inet_offloads); variable
50 return !cmpxchg((const struct net_offload **)&inet_offloads[protocol],
72 ret = (cmpxchg((const struct net_offload **)&inet_offloads[protocol],

Completed in 49 milliseconds