Home
last modified time | relevance | path

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

/Linux-v5.15/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 = {
DMakefile69 xfrm4_output.o xfrm4_protocol.o
Dipcomp.c164 static struct xfrm4_protocol ipcomp4_protocol = {
Dah4.c567 static struct xfrm4_protocol ah4_protocol = {
Desp4.c1209 static struct xfrm4_protocol esp4_protocol = {
/Linux-v5.15/net/xfrm/
Dxfrm_interface.c814 static struct xfrm4_protocol xfrmi_esp4_protocol __read_mostly = {
822 static struct xfrm4_protocol xfrmi_ah4_protocol __read_mostly = {
830 static struct xfrm4_protocol xfrmi_ipcomp4_protocol __read_mostly = {
/Linux-v5.15/include/net/
Dxfrm.h1411 struct xfrm4_protocol { struct
1418 struct xfrm4_protocol __rcu *next; argument
1600 int xfrm4_protocol_register(struct xfrm4_protocol *handler, unsigned char protocol);
1601 int xfrm4_protocol_deregister(struct xfrm4_protocol *handler, unsigned char protocol);