Searched refs:ah6_protocol (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/net/ipv6/
H A Dxfrm6_protocol.c153 static const struct inet6_protocol ah6_protocol = { variable in typeref:struct:inet6_protocol
177 return &ah6_protocol; netproto()
H A Dah6.c770 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 73 milliseconds