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

/linux-master/net/ipv4/
H A Dxfrm4_protocol.c186 static const struct net_protocol ah4_protocol = { variable in typeref:struct:net_protocol
209 return &ah4_protocol;
H A Dah4.c569 static struct xfrm4_protocol ah4_protocol = { variable in typeref:struct:xfrm4_protocol
583 if (xfrm4_protocol_register(&ah4_protocol, IPPROTO_AH) < 0) {
593 if (xfrm4_protocol_deregister(&ah4_protocol, IPPROTO_AH) < 0)

Completed in 115 milliseconds