Symbol: IPPROTO_COMP
include/net/xfrm.h
1542
case IPPROTO_COMP:
include/net/xfrm.h
1559
proto == IPPROTO_COMP)));
net/ipv4/ip_vti.c
348
case IPPROTO_COMP:
net/ipv4/ip_vti.c
680
err = xfrm4_protocol_register(&vti_ipcomp4_protocol, IPPROTO_COMP);
net/ipv4/ip_vti.c
712
xfrm4_protocol_deregister(&vti_ipcomp4_protocol, IPPROTO_COMP);
net/ipv4/ip_vti.c
733
xfrm4_protocol_deregister(&vti_ipcomp4_protocol, IPPROTO_COMP);
net/ipv4/ipcomp.c
163
.proto = IPPROTO_COMP,
net/ipv4/ipcomp.c
184
if (xfrm4_protocol_register(&ipcomp4_protocol, IPPROTO_COMP) < 0) {
net/ipv4/ipcomp.c
194
if (xfrm4_protocol_deregister(&ipcomp4_protocol, IPPROTO_COMP) < 0)
net/ipv4/ipcomp.c
43
spi, IPPROTO_COMP, AF_INET);
net/ipv4/ipcomp.c
48
ipv4_update_pmtu(skb, net, info, 0, IPPROTO_COMP);
net/ipv4/ipcomp.c
50
ipv4_redirect(skb, net, 0, IPPROTO_COMP);
net/ipv4/xfrm4_protocol.c
210
case IPPROTO_COMP:
net/ipv4/xfrm4_protocol.c
33
case IPPROTO_COMP:
net/ipv6/ip6_vti.c
1253
err = xfrm6_protocol_register(&vti_ipcomp6_protocol, IPPROTO_COMP);
net/ipv6/ip6_vti.c
1280
xfrm6_protocol_deregister(&vti_ipcomp6_protocol, IPPROTO_COMP);
net/ipv6/ip6_vti.c
1302
xfrm6_protocol_deregister(&vti_ipcomp6_protocol, IPPROTO_COMP);
net/ipv6/ip6_vti.c
622
case IPPROTO_COMP:
net/ipv6/ipcomp6.c
182
.proto = IPPROTO_COMP,
net/ipv6/ipcomp6.c
203
if (xfrm6_protocol_register(&ipcomp6_protocol, IPPROTO_COMP) < 0) {
net/ipv6/ipcomp6.c
213
if (xfrm6_protocol_deregister(&ipcomp6_protocol, IPPROTO_COMP) < 0)
net/ipv6/ipcomp6.c
60
spi, IPPROTO_COMP, AF_INET6);
net/ipv6/xfrm6_protocol.c
226
case IPPROTO_COMP:
net/ipv6/xfrm6_protocol.c
34
case IPPROTO_COMP:
net/key/af_key.c
576
return IPPROTO_COMP;
net/key/af_key.c
591
case IPPROTO_COMP:
net/netfilter/xt_ipcomp.c
83
.proto = IPPROTO_COMP,
net/netfilter/xt_ipcomp.c
92
.proto = IPPROTO_COMP,
net/xfrm/xfrm_input.c
162
case IPPROTO_COMP:
net/xfrm/xfrm_interface_core.c
1082
err = xfrm4_protocol_register(&xfrmi_ipcomp4_protocol, IPPROTO_COMP);
net/xfrm/xfrm_interface_core.c
1100
xfrm4_protocol_deregister(&xfrmi_ipcomp4_protocol, IPPROTO_COMP);
net/xfrm/xfrm_interface_core.c
1116
xfrm4_protocol_deregister(&xfrmi_ipcomp4_protocol, IPPROTO_COMP);
net/xfrm/xfrm_interface_core.c
1131
err = xfrm6_protocol_register(&xfrmi_ipcomp6_protocol, IPPROTO_COMP);
net/xfrm/xfrm_interface_core.c
1149
xfrm6_protocol_deregister(&xfrmi_ipcomp6_protocol, IPPROTO_COMP);
net/xfrm/xfrm_interface_core.c
1165
xfrm6_protocol_deregister(&xfrmi_ipcomp6_protocol, IPPROTO_COMP);
net/xfrm/xfrm_interface_core.c
606
case IPPROTO_COMP:
net/xfrm/xfrm_interface_core.c
667
case IPPROTO_COMP:
net/xfrm/xfrm_ipcomp.c
254
*skb_mac_header(skb) = IPPROTO_COMP;
net/xfrm/xfrm_state.c
250
case IPPROTO_COMP:
net/xfrm/xfrm_state.c
2551
case IPPROTO_COMP:
net/xfrm/xfrm_state.c
295
case IPPROTO_COMP:
net/xfrm/xfrm_state.c
337
case IPPROTO_COMP:
net/xfrm/xfrm_user.c
369
case IPPROTO_COMP:
security/selinux/xfrm.c
440
case IPPROTO_COMP:
tools/testing/selftests/net/ipsec.c
2061
int proto_list[] = { IPPROTO_AH, IPPROTO_COMP, IPPROTO_ESP };
tools/testing/selftests/net/ipsec.c
2102
case IPPROTO_COMP:
tools/testing/selftests/net/ipsec.c
866
case IPPROTO_COMP: