Symbol: xfrm4_protocol
include/net/xfrm.h
1607
struct xfrm4_protocol __rcu *next;
include/net/xfrm.h
1817
int xfrm4_protocol_register(struct xfrm4_protocol *handler, unsigned char protocol);
include/net/xfrm.h
1818
int xfrm4_protocol_deregister(struct xfrm4_protocol *handler, unsigned char protocol);
net/ipv4/ah4.c
569
static struct xfrm4_protocol ah4_protocol = {
net/ipv4/esp4.c
1179
static struct xfrm4_protocol esp4_protocol = {
net/ipv4/ip_vti.c
462
static struct xfrm4_protocol vti_esp4_protocol __read_mostly = {
net/ipv4/ip_vti.c
470
static struct xfrm4_protocol vti_ah4_protocol __read_mostly = {
net/ipv4/ip_vti.c
478
static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = {
net/ipv4/ipcomp.c
170
static struct xfrm4_protocol ipcomp4_protocol = {
net/ipv4/xfrm4_protocol.c
115
struct xfrm4_protocol *handler;
net/ipv4/xfrm4_protocol.c
127
struct xfrm4_protocol *handler;
net/ipv4/xfrm4_protocol.c
143
struct xfrm4_protocol *handler;
net/ipv4/xfrm4_protocol.c
155
struct xfrm4_protocol *handler;
net/ipv4/xfrm4_protocol.c
171
struct xfrm4_protocol *handler;
net/ipv4/xfrm4_protocol.c
21
static struct xfrm4_protocol __rcu *esp4_handlers __read_mostly;
net/ipv4/xfrm4_protocol.c
217
int xfrm4_protocol_register(struct xfrm4_protocol *handler,
net/ipv4/xfrm4_protocol.c
22
static struct xfrm4_protocol __rcu *ah4_handlers __read_mostly;
net/ipv4/xfrm4_protocol.c
220
struct xfrm4_protocol __rcu **pprev;
net/ipv4/xfrm4_protocol.c
221
struct xfrm4_protocol *t;
net/ipv4/xfrm4_protocol.c
23
static struct xfrm4_protocol __rcu *ipcomp4_handlers __read_mostly;
net/ipv4/xfrm4_protocol.c
26
static inline struct xfrm4_protocol __rcu **proto_handlers(u8 protocol)
net/ipv4/xfrm4_protocol.c
264
int xfrm4_protocol_deregister(struct xfrm4_protocol *handler,
net/ipv4/xfrm4_protocol.c
267
struct xfrm4_protocol __rcu **pprev;
net/ipv4/xfrm4_protocol.c
268
struct xfrm4_protocol *t;
net/ipv4/xfrm4_protocol.c
48
struct xfrm4_protocol *handler;
net/ipv4/xfrm4_protocol.c
49
struct xfrm4_protocol __rcu **head = proto_handlers(protocol);
net/ipv4/xfrm4_protocol.c
65
struct xfrm4_protocol *handler;
net/ipv4/xfrm4_protocol.c
66
struct xfrm4_protocol __rcu **head = proto_handlers(nexthdr);
net/ipv4/xfrm4_protocol.c
99
struct xfrm4_protocol *handler;
net/xfrm/xfrm_interface_core.c
1027
static struct xfrm4_protocol xfrmi_esp4_protocol __read_mostly = {
net/xfrm/xfrm_interface_core.c
1035
static struct xfrm4_protocol xfrmi_ah4_protocol __read_mostly = {
net/xfrm/xfrm_interface_core.c
1043
static struct xfrm4_protocol xfrmi_ipcomp4_protocol __read_mostly = {