Home
last modified time | relevance | path

Searched refs:esp6_protocol (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/ipv6/
Dxfrm6_protocol.c147 static const struct inet6_protocol esp6_protocol = { variable
174 return &esp6_protocol; in netproto()
Desp6.c938 static struct xfrm6_protocol esp6_protocol = { variable
951 if (xfrm6_protocol_register(&esp6_protocol, IPPROTO_ESP) < 0) { in esp6_init()
962 if (xfrm6_protocol_deregister(&esp6_protocol, IPPROTO_ESP) < 0) in esp6_fini()