Symbol: xfrm6_protocol
include/net/xfrm.h
1639
struct xfrm6_protocol __rcu *next;
include/net/xfrm.h
1852
int xfrm6_protocol_register(struct xfrm6_protocol *handler, unsigned char protocol);
include/net/xfrm.h
1853
int xfrm6_protocol_deregister(struct xfrm6_protocol *handler, unsigned char protocol);
net/ipv6/ah6.c
790
static struct xfrm6_protocol ah6_protocol = {
net/ipv6/esp6.c
1231
static struct xfrm6_protocol esp6_protocol = {
net/ipv6/ip6_vti.c
1195
static struct xfrm6_protocol vti_esp6_protocol __read_mostly = {
net/ipv6/ip6_vti.c
1203
static struct xfrm6_protocol vti_ah6_protocol __read_mostly = {
net/ipv6/ip6_vti.c
1211
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
114
struct xfrm6_protocol *handler;
net/ipv6/xfrm6_protocol.c
131
struct xfrm6_protocol *handler;
net/ipv6/xfrm6_protocol.c
143
struct xfrm6_protocol *handler;
net/ipv6/xfrm6_protocol.c
160
struct xfrm6_protocol *handler;
net/ipv6/xfrm6_protocol.c
172
struct xfrm6_protocol *handler;
net/ipv6/xfrm6_protocol.c
189
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
235
int xfrm6_protocol_register(struct xfrm6_protocol *handler,
net/ipv6/xfrm6_protocol.c
238
struct xfrm6_protocol __rcu **pprev;
net/ipv6/xfrm6_protocol.c
239
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
282
int xfrm6_protocol_deregister(struct xfrm6_protocol *handler,
net/ipv6/xfrm6_protocol.c
285
struct xfrm6_protocol __rcu **pprev;
net/ipv6/xfrm6_protocol.c
286
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
979
static struct xfrm6_protocol xfrmi_esp6_protocol __read_mostly = {
net/xfrm/xfrm_interface_core.c
987
static struct xfrm6_protocol xfrmi_ah6_protocol __read_mostly = {
net/xfrm/xfrm_interface_core.c
995
static struct xfrm6_protocol xfrmi_ipcomp6_protocol __read_mostly = {