Home
last modified time | relevance | path

Searched refs:xfrm4_protocol (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/net/ipv4/
Dxfrm4_protocol.c25 static struct xfrm4_protocol __rcu *esp4_handlers __read_mostly;
26 static struct xfrm4_protocol __rcu *ah4_handlers __read_mostly;
27 static struct xfrm4_protocol __rcu *ipcomp4_handlers __read_mostly;
30 static inline struct xfrm4_protocol __rcu **proto_handlers(u8 protocol) in proto_handlers()
52 struct xfrm4_protocol *handler; in xfrm4_rcv_cb()
53 struct xfrm4_protocol __rcu **head = proto_handlers(protocol); in xfrm4_rcv_cb()
70 struct xfrm4_protocol *handler; in xfrm4_rcv_encap()
71 struct xfrm4_protocol __rcu **head = proto_handlers(nexthdr); in xfrm4_rcv_encap()
95 struct xfrm4_protocol *handler; in xfrm4_esp_rcv()
111 struct xfrm4_protocol *handler; in xfrm4_esp_err()
[all …]
Dip_vti.c388 static struct xfrm4_protocol vti_esp4_protocol __read_mostly = {
396 static struct xfrm4_protocol vti_ah4_protocol __read_mostly = {
404 static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = {
DMakefile63 xfrm4_output.o xfrm4_protocol.o
Dipcomp.c167 static struct xfrm4_protocol ipcomp4_protocol = {
Dah4.c558 static struct xfrm4_protocol ah4_protocol = {
Desp4.c741 static struct xfrm4_protocol esp4_protocol = {
/linux-4.4.14/include/net/
Dxfrm.h1360 struct xfrm4_protocol { struct
1367 struct xfrm4_protocol __rcu *next; argument
1540 int xfrm4_protocol_register(struct xfrm4_protocol *handler, unsigned char protocol);
1541 int xfrm4_protocol_deregister(struct xfrm4_protocol *handler, unsigned char protocol);