Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dxfrm6_protocol.c198 static const struct inet6_protocol esp6_protocol = { variable
225 return &esp6_protocol; in netproto()
H A Desp6.c1231 static struct xfrm6_protocol esp6_protocol = {
1245 if (xfrm6_protocol_register(&esp6_protocol, IPPROTO_ESP) < 0) { in esp6_init()
1256 if (xfrm6_protocol_deregister(&esp6_protocol, IPPROTO_ESP) < 0)
1226 static struct xfrm6_protocol esp6_protocol = { global() variable