Searched refs:proto_handlers (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/ipv4/
H A Dxfrm4_protocol.c26 static inline struct xfrm4_protocol __rcu **proto_handlers(u8 protocol) function
49 struct xfrm4_protocol __rcu **head = proto_handlers(protocol);
66 struct xfrm4_protocol __rcu **head = proto_handlers(nexthdr);
226 if (!proto_handlers(protocol) || !netproto(protocol))
231 if (!rcu_dereference_protected(*proto_handlers(protocol),
235 for (pprev = proto_handlers(protocol);
271 if (!proto_handlers(protocol) || !netproto(protocol))
276 for (pprev = proto_handlers(protocol);
287 if (!rcu_dereference_protected(*proto_handlers(protocol),
/linux-master/net/ipv6/
H A Dxfrm6_protocol.c27 static inline struct xfrm6_protocol __rcu **proto_handlers(u8 protocol) function
50 struct xfrm6_protocol __rcu **head = proto_handlers(protocol);
55 for_each_protocol_rcu(*proto_handlers(protocol), handler)
67 struct xfrm6_protocol __rcu **head = proto_handlers(nexthdr);
242 if (!proto_handlers(protocol) || !netproto(protocol))
247 if (!rcu_dereference_protected(*proto_handlers(protocol),
251 for (pprev = proto_handlers(protocol);
287 if (!proto_handlers(protocol) || !netproto(protocol))
292 for (pprev = proto_handlers(protocol);
303 if (!rcu_dereference_protected(*proto_handlers(protoco
[all...]

Completed in 300 milliseconds