xfrm6_protocol   1412 include/net/xfrm.h 	struct xfrm6_protocol __rcu *next;
xfrm6_protocol   1595 include/net/xfrm.h int xfrm6_protocol_register(struct xfrm6_protocol *handler, unsigned char protocol);
xfrm6_protocol   1596 include/net/xfrm.h int xfrm6_protocol_deregister(struct xfrm6_protocol *handler, unsigned char protocol);
xfrm6_protocol    768 net/ipv6/ah6.c static struct xfrm6_protocol ah6_protocol = {
xfrm6_protocol    910 net/ipv6/esp6.c static struct xfrm6_protocol esp6_protocol = {
xfrm6_protocol   1186 net/ipv6/ip6_vti.c static struct xfrm6_protocol vti_esp6_protocol __read_mostly = {
xfrm6_protocol   1193 net/ipv6/ip6_vti.c static struct xfrm6_protocol vti_ah6_protocol __read_mostly = {
xfrm6_protocol   1200 net/ipv6/ip6_vti.c static struct xfrm6_protocol vti_ipcomp6_protocol __read_mostly = {
xfrm6_protocol    184 net/ipv6/ipcomp6.c static struct xfrm6_protocol ipcomp6_protocol = {
xfrm6_protocol     21 net/ipv6/xfrm6_protocol.c static struct xfrm6_protocol __rcu *esp6_handlers __read_mostly;
xfrm6_protocol     22 net/ipv6/xfrm6_protocol.c static struct xfrm6_protocol __rcu *ah6_handlers __read_mostly;
xfrm6_protocol     23 net/ipv6/xfrm6_protocol.c static struct xfrm6_protocol __rcu *ipcomp6_handlers __read_mostly;
xfrm6_protocol     26 net/ipv6/xfrm6_protocol.c static inline struct xfrm6_protocol __rcu **proto_handlers(u8 protocol)
xfrm6_protocol     48 net/ipv6/xfrm6_protocol.c 	struct xfrm6_protocol *handler;
xfrm6_protocol     49 net/ipv6/xfrm6_protocol.c 	struct xfrm6_protocol __rcu **head = proto_handlers(protocol);
xfrm6_protocol     64 net/ipv6/xfrm6_protocol.c 	struct xfrm6_protocol *handler;
xfrm6_protocol     81 net/ipv6/xfrm6_protocol.c 	struct xfrm6_protocol *handler;
xfrm6_protocol     93 net/ipv6/xfrm6_protocol.c 	struct xfrm6_protocol *handler;
xfrm6_protocol    110 net/ipv6/xfrm6_protocol.c 	struct xfrm6_protocol *handler;
xfrm6_protocol    122 net/ipv6/xfrm6_protocol.c 	struct xfrm6_protocol *handler;
xfrm6_protocol    139 net/ipv6/xfrm6_protocol.c 	struct xfrm6_protocol *handler;
xfrm6_protocol    185 net/ipv6/xfrm6_protocol.c int xfrm6_protocol_register(struct xfrm6_protocol *handler,
xfrm6_protocol    188 net/ipv6/xfrm6_protocol.c 	struct xfrm6_protocol __rcu **pprev;
xfrm6_protocol    189 net/ipv6/xfrm6_protocol.c 	struct xfrm6_protocol *t;
xfrm6_protocol    232 net/ipv6/xfrm6_protocol.c int xfrm6_protocol_deregister(struct xfrm6_protocol *handler,
xfrm6_protocol    235 net/ipv6/xfrm6_protocol.c 	struct xfrm6_protocol __rcu **pprev;
xfrm6_protocol    236 net/ipv6/xfrm6_protocol.c 	struct xfrm6_protocol *t;
xfrm6_protocol    802 net/xfrm/xfrm_interface.c static struct xfrm6_protocol xfrmi_esp6_protocol __read_mostly = {
xfrm6_protocol    809 net/xfrm/xfrm_interface.c static struct xfrm6_protocol xfrmi_ah6_protocol __read_mostly = {
xfrm6_protocol    816 net/xfrm/xfrm_interface.c static struct xfrm6_protocol xfrmi_ipcomp6_protocol __read_mostly = {