esp4_protocol    1018 net/ipv4/esp4.c static struct xfrm4_protocol esp4_protocol = {
esp4_protocol    1032 net/ipv4/esp4.c 	if (xfrm4_protocol_register(&esp4_protocol, IPPROTO_ESP) < 0) {
esp4_protocol    1042 net/ipv4/esp4.c 	if (xfrm4_protocol_deregister(&esp4_protocol, IPPROTO_ESP) < 0)
esp4_protocol     171 net/ipv4/xfrm4_protocol.c static const struct net_protocol esp4_protocol = {
esp4_protocol     201 net/ipv4/xfrm4_protocol.c 		return &esp4_protocol;