Lines Matching refs:xfrm4_protocol
2 /* xfrm4_protocol.c - Generic xfrm protocol multiplexer.
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)
48 struct xfrm4_protocol *handler;
49 struct xfrm4_protocol __rcu **head = proto_handlers(protocol);
65 struct xfrm4_protocol *handler;
66 struct xfrm4_protocol __rcu **head = proto_handlers(nexthdr);
99 struct xfrm4_protocol *handler;
115 struct xfrm4_protocol *handler;
127 struct xfrm4_protocol *handler;
143 struct xfrm4_protocol *handler;
155 struct xfrm4_protocol *handler;
171 struct xfrm4_protocol *handler;
220 int xfrm4_protocol_register(struct xfrm4_protocol *handler,
223 struct xfrm4_protocol __rcu **pprev;
224 struct xfrm4_protocol *t;
267 int xfrm4_protocol_deregister(struct xfrm4_protocol *handler,
270 struct xfrm4_protocol __rcu **pprev;
271 struct xfrm4_protocol *t;