Home
last modified time | relevance | path

Searched refs:esp4_protocol (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dxfrm4_protocol.c180 static const struct net_protocol esp4_protocol = { variable
210 return &esp4_protocol; in netproto()
H A Desp4.c1217 static struct xfrm4_protocol esp4_protocol = { variable
1231 if (xfrm4_protocol_register(&esp4_protocol, IPPROTO_ESP) < 0) { in esp4_init()
1241 if (xfrm4_protocol_deregister(&esp4_protocol, IPPROTO_ESP) < 0) in esp4_fini()
/kernel/linux/linux-6.6/net/ipv4/
H A Dxfrm4_protocol.c180 static const struct net_protocol esp4_protocol = { variable
207 return &esp4_protocol; in netproto()
H A Desp4.c1219 static struct xfrm4_protocol esp4_protocol = { variable
1233 if (xfrm4_protocol_register(&esp4_protocol, IPPROTO_ESP) < 0) { in esp4_init()
1243 if (xfrm4_protocol_deregister(&esp4_protocol, IPPROTO_ESP) < 0) in esp4_fini()

Completed in 5 milliseconds