Searched refs:xfrm4_protocol (Results 1 – 7 of 7) sorted by relevance
25 static struct xfrm4_protocol __rcu *esp4_handlers __read_mostly;26 static struct xfrm4_protocol __rcu *ah4_handlers __read_mostly;27 static struct xfrm4_protocol __rcu *ipcomp4_handlers __read_mostly;30 static inline struct xfrm4_protocol __rcu **proto_handlers(u8 protocol) in proto_handlers()52 struct xfrm4_protocol *handler; in xfrm4_rcv_cb()53 struct xfrm4_protocol __rcu **head = proto_handlers(protocol); in xfrm4_rcv_cb()70 struct xfrm4_protocol *handler; in xfrm4_rcv_encap()71 struct xfrm4_protocol __rcu **head = proto_handlers(nexthdr); in xfrm4_rcv_encap()95 struct xfrm4_protocol *handler; in xfrm4_esp_rcv()111 struct xfrm4_protocol *handler; in xfrm4_esp_err()[all …]
388 static struct xfrm4_protocol vti_esp4_protocol __read_mostly = {396 static struct xfrm4_protocol vti_ah4_protocol __read_mostly = {404 static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = {
63 xfrm4_output.o xfrm4_protocol.o
167 static struct xfrm4_protocol ipcomp4_protocol = {
558 static struct xfrm4_protocol ah4_protocol = {
741 static struct xfrm4_protocol esp4_protocol = {
1360 struct xfrm4_protocol { struct1367 struct xfrm4_protocol __rcu *next; argument1540 int xfrm4_protocol_register(struct xfrm4_protocol *handler, unsigned char protocol);1541 int xfrm4_protocol_deregister(struct xfrm4_protocol *handler, unsigned char protocol);