Searched refs:ah6_protocol (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/net/ipv6/ | ||
H A D | xfrm6_protocol.c | 153 static const struct inet6_protocol ah6_protocol = { variable in typeref:struct:inet6_protocol 177 return &ah6_protocol; netproto() |
H A D | ah6.c | 770 static struct xfrm6_protocol ah6_protocol = { variable in typeref:struct:xfrm6_protocol 784 if (xfrm6_protocol_register(&ah6_protocol, IPPROTO_AH) < 0) { ah6_init() 795 if (xfrm6_protocol_deregister(&ah6_protocol, IPPROTO_AH) < 0) ah6_fini() |
Completed in 158 milliseconds