Searched refs:esp6_protocol (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/net/ipv6/ | ||
H A D | xfrm6_protocol.c | 147 static const struct inet6_protocol esp6_protocol = { variable in typeref:struct:inet6_protocol 175 return &esp6_protocol; netproto() |
H A D | esp6.c | 682 static struct xfrm6_protocol esp6_protocol = { variable in typeref:struct:xfrm6_protocol 695 if (xfrm6_protocol_register(&esp6_protocol, IPPROTO_ESP) < 0) { esp6_init() 706 if (xfrm6_protocol_deregister(&esp6_protocol, IPPROTO_ESP) < 0) esp6_fini() |
Completed in 169 milliseconds