Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/
Dxfrm6_protocol.c21 static struct xfrm6_protocol __rcu *esp6_handlers __read_mostly;
22 static struct xfrm6_protocol __rcu *ah6_handlers __read_mostly;
23 static struct xfrm6_protocol __rcu *ipcomp6_handlers __read_mostly;
26 static inline struct xfrm6_protocol __rcu **proto_handlers(u8 protocol) in proto_handlers()
48 struct xfrm6_protocol *handler; in xfrm6_rcv_cb()
49 struct xfrm6_protocol __rcu **head = proto_handlers(protocol); in xfrm6_rcv_cb()
64 struct xfrm6_protocol *handler; in xfrm6_esp_rcv()
81 struct xfrm6_protocol *handler; in xfrm6_esp_err()
93 struct xfrm6_protocol *handler; in xfrm6_ah_rcv()
110 struct xfrm6_protocol *handler; in xfrm6_ah_err()
[all …]
DMakefile21 xfrm6_output.o xfrm6_protocol.o
Dipcomp6.c184 static struct xfrm6_protocol ipcomp6_protocol = {
Dip6_vti.c1159 static struct xfrm6_protocol vti_esp6_protocol __read_mostly = {
1166 static struct xfrm6_protocol vti_ah6_protocol __read_mostly = {
1173 static struct xfrm6_protocol vti_ipcomp6_protocol __read_mostly = {
Dah6.c768 static struct xfrm6_protocol ah6_protocol = {
Desp6.c910 static struct xfrm6_protocol esp6_protocol = {
/Linux-v5.4/net/xfrm/
Dxfrm_interface.c763 static struct xfrm6_protocol xfrmi_esp6_protocol __read_mostly = {
770 static struct xfrm6_protocol xfrmi_ah6_protocol __read_mostly = {
777 static struct xfrm6_protocol xfrmi_ipcomp6_protocol __read_mostly = {
/Linux-v5.4/include/net/
Dxfrm.h1406 struct xfrm6_protocol { struct
1412 struct xfrm6_protocol __rcu *next; argument
1595 int xfrm6_protocol_register(struct xfrm6_protocol *handler, unsigned char protocol);
1596 int xfrm6_protocol_deregister(struct xfrm6_protocol *handler, unsigned char protocol);