Home
last modified time | relevance | path

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

/Linux-v5.10/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.c446 static struct xfrm4_protocol vti_esp4_protocol __read_mostly = {
454 static struct xfrm4_protocol vti_ah4_protocol __read_mostly = {
462 static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = {
DMakefile69 xfrm4_output.o xfrm4_protocol.o
Dipcomp.c164 static struct xfrm4_protocol ipcomp4_protocol = {
Dah4.c567 static struct xfrm4_protocol ah4_protocol = {
Desp4.c1216 static struct xfrm4_protocol esp4_protocol = {
/Linux-v5.10/net/xfrm/
Dxfrm_interface.c817 static struct xfrm4_protocol xfrmi_esp4_protocol __read_mostly = {
825 static struct xfrm4_protocol xfrmi_ah4_protocol __read_mostly = {
833 static struct xfrm4_protocol xfrmi_ipcomp4_protocol __read_mostly = {
/Linux-v5.10/include/net/
Dxfrm.h1395 struct xfrm4_protocol { struct
1402 struct xfrm4_protocol __rcu *next; argument
1585 int xfrm4_protocol_register(struct xfrm4_protocol *handler, unsigned char protocol);
1586 int xfrm4_protocol_deregister(struct xfrm4_protocol *handler, unsigned char protocol);