Symbol: xfrm6_protocol
include/net/xfrm.h
1619
struct xfrm6_protocol __rcu *next;
include/net/xfrm.h
1832
int xfrm6_protocol_register(struct xfrm6_protocol *handler, unsigned char protocol);
include/net/xfrm.h
1833
int xfrm6_protocol_deregister(struct xfrm6_protocol *handler, unsigned char protocol);
net/ipv6/ah6.c
780
static struct xfrm6_protocol ah6_protocol = {
net/ipv6/esp6.c
1225
static struct xfrm6_protocol esp6_protocol = {
net/ipv6/ip6_vti.c
1180
static struct xfrm6_protocol vti_esp6_protocol __read_mostly = {
net/ipv6/ip6_vti.c
1188
static struct xfrm6_protocol vti_ah6_protocol __read_mostly = {
net/ipv6/ip6_vti.c
1196
static struct xfrm6_protocol vti_ipcomp6_protocol __read_mostly = {
net/ipv6/ipcomp6.c
189
static struct xfrm6_protocol ipcomp6_protocol = {
net/ipv6/xfrm6_protocol.c
112
struct xfrm6_protocol *handler;
net/ipv6/xfrm6_protocol.c
129
struct xfrm6_protocol *handler;
net/ipv6/xfrm6_protocol.c
141
struct xfrm6_protocol *handler;
net/ipv6/xfrm6_protocol.c
158
struct xfrm6_protocol *handler;
net/ipv6/xfrm6_protocol.c
170
struct xfrm6_protocol *handler;
net/ipv6/xfrm6_protocol.c
187
struct xfrm6_protocol *handler;
net/ipv6/xfrm6_protocol.c
22
static struct xfrm6_protocol __rcu *esp6_handlers __read_mostly;
net/ipv6/xfrm6_protocol.c
23
static struct xfrm6_protocol __rcu *ah6_handlers __read_mostly;
net/ipv6/xfrm6_protocol.c
233
int xfrm6_protocol_register(struct xfrm6_protocol *handler,
net/ipv6/xfrm6_protocol.c
236
struct xfrm6_protocol __rcu **pprev;
net/ipv6/xfrm6_protocol.c
237
struct xfrm6_protocol *t;
net/ipv6/xfrm6_protocol.c
24
static struct xfrm6_protocol __rcu *ipcomp6_handlers __read_mostly;
net/ipv6/xfrm6_protocol.c
27
static inline struct xfrm6_protocol __rcu **proto_handlers(u8 protocol)
net/ipv6/xfrm6_protocol.c
280
int xfrm6_protocol_deregister(struct xfrm6_protocol *handler,
net/ipv6/xfrm6_protocol.c
283
struct xfrm6_protocol __rcu **pprev;
net/ipv6/xfrm6_protocol.c
284
struct xfrm6_protocol *t;
net/ipv6/xfrm6_protocol.c
49
struct xfrm6_protocol *handler;
net/ipv6/xfrm6_protocol.c
50
struct xfrm6_protocol __rcu **head = proto_handlers(protocol);
net/ipv6/xfrm6_protocol.c
66
struct xfrm6_protocol *handler;
net/ipv6/xfrm6_protocol.c
67
struct xfrm6_protocol __rcu **head = proto_handlers(nexthdr);
net/xfrm/xfrm_interface_core.c
976
static struct xfrm6_protocol xfrmi_esp6_protocol __read_mostly = {
net/xfrm/xfrm_interface_core.c
984
static struct xfrm6_protocol xfrmi_ah6_protocol __read_mostly = {
net/xfrm/xfrm_interface_core.c
992
static struct xfrm6_protocol xfrmi_ipcomp6_protocol __read_mostly = {