Searched refs:xfrm4_protocol (Results 1 – 8 of 8) sorted by relevance
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()[all …]
449 static struct xfrm4_protocol vti_esp4_protocol __read_mostly = {457 static struct xfrm4_protocol vti_ah4_protocol __read_mostly = {465 static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = {
168 static struct xfrm4_protocol ipcomp4_protocol = {
70 xfrm4_output.o xfrm4_protocol.o
572 static struct xfrm4_protocol ah4_protocol = {
1219 static struct xfrm4_protocol esp4_protocol = {
1043 static struct xfrm4_protocol xfrmi_esp4_protocol __read_mostly = {1051 static struct xfrm4_protocol xfrmi_ah4_protocol __read_mostly = {1059 static struct xfrm4_protocol xfrmi_ipcomp4_protocol __read_mostly = {
1479 struct xfrm4_protocol { struct1486 struct xfrm4_protocol __rcu *next; argument1687 int xfrm4_protocol_register(struct xfrm4_protocol *handler, unsigned char protocol);1688 int xfrm4_protocol_deregister(struct xfrm4_protocol *handler, unsigned char protocol);