Searched refs:xfrm4_protocol (Results 1 – 8 of 8) 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 …]
408 static struct xfrm4_protocol vti_esp4_protocol __read_mostly = {416 static struct xfrm4_protocol vti_ah4_protocol __read_mostly = {424 static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = {
69 xfrm4_output.o xfrm4_protocol.o
167 static struct xfrm4_protocol ipcomp4_protocol = {
566 static struct xfrm4_protocol ah4_protocol = {
1030 static struct xfrm4_protocol esp4_protocol = {
830 static struct xfrm4_protocol xfrmi_esp4_protocol __read_mostly = {838 static struct xfrm4_protocol xfrmi_ah4_protocol __read_mostly = {846 static struct xfrm4_protocol xfrmi_ipcomp4_protocol __read_mostly = {
1473 struct xfrm4_protocol { struct1480 struct xfrm4_protocol __rcu *next; argument1658 int xfrm4_protocol_register(struct xfrm4_protocol *handler, unsigned char protocol);1659 int xfrm4_protocol_deregister(struct xfrm4_protocol *handler, unsigned char protocol);