xfrm4_protocol   1402 include/net/xfrm.h 	struct xfrm4_protocol __rcu *next;
xfrm4_protocol   1580 include/net/xfrm.h int xfrm4_protocol_register(struct xfrm4_protocol *handler, unsigned char protocol);
xfrm4_protocol   1581 include/net/xfrm.h int xfrm4_protocol_deregister(struct xfrm4_protocol *handler, unsigned char protocol);
xfrm4_protocol    567 net/ipv4/ah4.c static struct xfrm4_protocol ah4_protocol = {
xfrm4_protocol   1018 net/ipv4/esp4.c static struct xfrm4_protocol esp4_protocol = {
xfrm4_protocol    480 net/ipv4/ip_vti.c static struct xfrm4_protocol vti_esp4_protocol __read_mostly = {
xfrm4_protocol    488 net/ipv4/ip_vti.c static struct xfrm4_protocol vti_ah4_protocol __read_mostly = {
xfrm4_protocol    496 net/ipv4/ip_vti.c static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = {
xfrm4_protocol    163 net/ipv4/ipcomp.c static struct xfrm4_protocol ipcomp4_protocol = {
xfrm4_protocol     21 net/ipv4/xfrm4_protocol.c static struct xfrm4_protocol __rcu *esp4_handlers __read_mostly;
xfrm4_protocol     22 net/ipv4/xfrm4_protocol.c static struct xfrm4_protocol __rcu *ah4_handlers __read_mostly;
xfrm4_protocol     23 net/ipv4/xfrm4_protocol.c static struct xfrm4_protocol __rcu *ipcomp4_handlers __read_mostly;
xfrm4_protocol     26 net/ipv4/xfrm4_protocol.c static inline struct xfrm4_protocol __rcu **proto_handlers(u8 protocol)
xfrm4_protocol     48 net/ipv4/xfrm4_protocol.c 	struct xfrm4_protocol *handler;
xfrm4_protocol     49 net/ipv4/xfrm4_protocol.c 	struct xfrm4_protocol __rcu **head = proto_handlers(protocol);
xfrm4_protocol     65 net/ipv4/xfrm4_protocol.c 	struct xfrm4_protocol *handler;
xfrm4_protocol     66 net/ipv4/xfrm4_protocol.c 	struct xfrm4_protocol __rcu **head = proto_handlers(nexthdr);
xfrm4_protocol     90 net/ipv4/xfrm4_protocol.c 	struct xfrm4_protocol *handler;
xfrm4_protocol    106 net/ipv4/xfrm4_protocol.c 	struct xfrm4_protocol *handler;
xfrm4_protocol    118 net/ipv4/xfrm4_protocol.c 	struct xfrm4_protocol *handler;
xfrm4_protocol    134 net/ipv4/xfrm4_protocol.c 	struct xfrm4_protocol *handler;
xfrm4_protocol    146 net/ipv4/xfrm4_protocol.c 	struct xfrm4_protocol *handler;
xfrm4_protocol    162 net/ipv4/xfrm4_protocol.c 	struct xfrm4_protocol *handler;
xfrm4_protocol    211 net/ipv4/xfrm4_protocol.c int xfrm4_protocol_register(struct xfrm4_protocol *handler,
xfrm4_protocol    214 net/ipv4/xfrm4_protocol.c 	struct xfrm4_protocol __rcu **pprev;
xfrm4_protocol    215 net/ipv4/xfrm4_protocol.c 	struct xfrm4_protocol *t;
xfrm4_protocol    258 net/ipv4/xfrm4_protocol.c int xfrm4_protocol_deregister(struct xfrm4_protocol *handler,
xfrm4_protocol    261 net/ipv4/xfrm4_protocol.c 	struct xfrm4_protocol __rcu **pprev;
xfrm4_protocol    262 net/ipv4/xfrm4_protocol.c 	struct xfrm4_protocol *t;
xfrm4_protocol    823 net/xfrm/xfrm_interface.c static struct xfrm4_protocol xfrmi_esp4_protocol __read_mostly = {
xfrm4_protocol    831 net/xfrm/xfrm_interface.c static struct xfrm4_protocol xfrmi_ah4_protocol __read_mostly = {
xfrm4_protocol    839 net/xfrm/xfrm_interface.c static struct xfrm4_protocol xfrmi_ipcomp4_protocol __read_mostly = {