Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv6/
H A Dxfrm6_protocol.c202 static const struct inet6_protocol ah6_protocol = { variable
225 return &ah6_protocol; in netproto()
H A Dah6.c769 static struct xfrm6_protocol ah6_protocol = { variable
784 if (xfrm6_protocol_register(&ah6_protocol, IPPROTO_AH) < 0) { in ah6_init()
795 if (xfrm6_protocol_deregister(&ah6_protocol, IPPROTO_AH) < 0) in ah6_fini()
/kernel/linux/linux-6.6/net/ipv6/
H A Dxfrm6_protocol.c202 static const struct inet6_protocol ah6_protocol = { variable
225 return &ah6_protocol; in netproto()
H A Dah6.c771 static struct xfrm6_protocol ah6_protocol = { variable
786 if (xfrm6_protocol_register(&ah6_protocol, IPPROTO_AH) < 0) { in ah6_init()
797 if (xfrm6_protocol_deregister(&ah6_protocol, IPPROTO_AH) < 0) in ah6_fini()

Completed in 4 milliseconds