Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dxfrm4_protocol.c21 static struct xfrm4_protocol __rcu *esp4_handlers __read_mostly;
22 static struct xfrm4_protocol __rcu *ah4_handlers __read_mostly;
23 static struct xfrm4_protocol __rcu *ipcomp4_handlers __read_mostly;
26 static inline struct xfrm4_protocol __rcu **proto_handlers(u8 protocol) in proto_handlers()
48 struct xfrm4_protocol *handler; in xfrm4_rcv_cb()
49 struct xfrm4_protocol __rcu **head = proto_handlers(protocol); in xfrm4_rcv_cb()
65 struct xfrm4_protocol *handler; in xfrm4_rcv_encap()
66 struct xfrm4_protocol __rcu **head = proto_handlers(nexthdr); in xfrm4_rcv_encap()
99 struct xfrm4_protocol *handler; in xfrm4_esp_rcv()
115 struct xfrm4_protocol *handler; in xfrm4_esp_err()
[all …]
Dip_vti.c449 static struct xfrm4_protocol vti_esp4_protocol __read_mostly = {
457 static struct xfrm4_protocol vti_ah4_protocol __read_mostly = {
465 static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = {
Dipcomp.c168 static struct xfrm4_protocol ipcomp4_protocol = {
DMakefile70 xfrm4_output.o xfrm4_protocol.o
Dah4.c572 static struct xfrm4_protocol ah4_protocol = {
Desp4.c1219 static struct xfrm4_protocol esp4_protocol = {
/Linux-v6.6/net/xfrm/
Dxfrm_interface_core.c1043 static struct xfrm4_protocol xfrmi_esp4_protocol __read_mostly = {
1051 static struct xfrm4_protocol xfrmi_ah4_protocol __read_mostly = {
1059 static struct xfrm4_protocol xfrmi_ipcomp4_protocol __read_mostly = {
/Linux-v6.6/include/net/
Dxfrm.h1479 struct xfrm4_protocol { struct
1486 struct xfrm4_protocol __rcu *next; argument
1687 int xfrm4_protocol_register(struct xfrm4_protocol *handler, unsigned char protocol);
1688 int xfrm4_protocol_deregister(struct xfrm4_protocol *handler, unsigned char protocol);