Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv6/
Dxfrm6_protocol.c25 static struct xfrm6_protocol __rcu *esp6_handlers __read_mostly;
26 static struct xfrm6_protocol __rcu *ah6_handlers __read_mostly;
27 static struct xfrm6_protocol __rcu *ipcomp6_handlers __read_mostly;
30 static inline struct xfrm6_protocol __rcu **proto_handlers(u8 protocol) in proto_handlers()
52 struct xfrm6_protocol *handler; in xfrm6_rcv_cb()
53 struct xfrm6_protocol __rcu **head = proto_handlers(protocol); in xfrm6_rcv_cb()
69 struct xfrm6_protocol *handler; in xfrm6_esp_rcv()
86 struct xfrm6_protocol *handler; in xfrm6_esp_err()
96 struct xfrm6_protocol *handler; in xfrm6_ah_rcv()
113 struct xfrm6_protocol *handler; in xfrm6_ah_err()
[all …]
DMakefile19 xfrm6_output.o xfrm6_protocol.o
Dipcomp6.c195 static struct xfrm6_protocol ipcomp6_protocol = {
Dip6_vti.c1109 static struct xfrm6_protocol vti_esp6_protocol __read_mostly = {
1116 static struct xfrm6_protocol vti_ah6_protocol __read_mostly = {
1123 static struct xfrm6_protocol vti_ipcomp6_protocol __read_mostly = {
Desp6.c639 static struct xfrm6_protocol esp6_protocol = {
Dah6.c768 static struct xfrm6_protocol ah6_protocol = {
/linux-4.1.27/include/net/
Dxfrm.h1360 struct xfrm6_protocol { struct
1366 struct xfrm6_protocol __rcu *next; argument
1543 int xfrm6_protocol_register(struct xfrm6_protocol *handler, unsigned char protocol);
1544 int xfrm6_protocol_deregister(struct xfrm6_protocol *handler, unsigned char protocol);