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 …]
446 static struct xfrm4_protocol vti_esp4_protocol __read_mostly = {454 static struct xfrm4_protocol vti_ah4_protocol __read_mostly = {462 static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = {
69 xfrm4_output.o xfrm4_protocol.o
164 static struct xfrm4_protocol ipcomp4_protocol = {
567 static struct xfrm4_protocol ah4_protocol = {
1216 static struct xfrm4_protocol esp4_protocol = {
817 static struct xfrm4_protocol xfrmi_esp4_protocol __read_mostly = {825 static struct xfrm4_protocol xfrmi_ah4_protocol __read_mostly = {833 static struct xfrm4_protocol xfrmi_ipcomp4_protocol __read_mostly = {
1395 struct xfrm4_protocol { struct1402 struct xfrm4_protocol __rcu *next; argument1585 int xfrm4_protocol_register(struct xfrm4_protocol *handler, unsigned char protocol);1586 int xfrm4_protocol_deregister(struct xfrm4_protocol *handler, unsigned char protocol);