Lines Matching refs:xfrm4_protocol
21 static struct xfrm4_protocol __rcu *esp4_handlers __read_mostly;
22 static struct xfrm4_protocol __rcu *ah4_handlers __read_mostly;
23 static struct xfrm4_protocol __rcu *ipcomp4_handlers __read_mostly;
26 static inline struct xfrm4_protocol __rcu **proto_handlers(u8 protocol) in proto_handlers()
48 struct xfrm4_protocol *handler; in xfrm4_rcv_cb()
49 struct xfrm4_protocol __rcu **head = proto_handlers(protocol); in xfrm4_rcv_cb()
65 struct xfrm4_protocol *handler; in xfrm4_rcv_encap()
66 struct xfrm4_protocol __rcu **head = proto_handlers(nexthdr); in xfrm4_rcv_encap()
99 struct xfrm4_protocol *handler; in xfrm4_esp_rcv()
115 struct xfrm4_protocol *handler; in xfrm4_esp_err()
127 struct xfrm4_protocol *handler; in xfrm4_ah_rcv()
143 struct xfrm4_protocol *handler; in xfrm4_ah_err()
155 struct xfrm4_protocol *handler; in xfrm4_ipcomp_rcv()
171 struct xfrm4_protocol *handler; in xfrm4_ipcomp_err()
217 int xfrm4_protocol_register(struct xfrm4_protocol *handler, in xfrm4_protocol_register()
220 struct xfrm4_protocol __rcu **pprev; in xfrm4_protocol_register()
221 struct xfrm4_protocol *t; in xfrm4_protocol_register()
264 int xfrm4_protocol_deregister(struct xfrm4_protocol *handler, in xfrm4_protocol_deregister()
267 struct xfrm4_protocol __rcu **pprev; in xfrm4_protocol_deregister()
268 struct xfrm4_protocol *t; in xfrm4_protocol_deregister()