Symbol: IPPROTO_ROUTING
include/linux/netfilter_ipv6.h
17
(nexthdr == IPPROTO_ROUTING) ||
include/net/xfrm.h
1544
case IPPROTO_ROUTING:
include/net/xfrm.h
42
#define XFRM_PROTO_ROUTING IPPROTO_ROUTING
net/core/filter.c
6705
if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0)
net/core/filter.c
6729
if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) {
net/core/filter.c
6855
if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0)
net/core/skbuff.c
5950
case IPPROTO_ROUTING: {
net/ipv6/datagram.c
675
case IPPROTO_ROUTING:
net/ipv6/exthdrs.c
784
IPPROTO_ROUTING) < 0) {
net/ipv6/exthdrs.c
857
ret = inet6_add_protocol(&rthdr_protocol, IPPROTO_ROUTING);
net/ipv6/exthdrs.c
874
inet6_del_protocol(&rthdr_protocol, IPPROTO_ROUTING);
net/ipv6/exthdrs.c
882
inet6_del_protocol(&rthdr_protocol, IPPROTO_ROUTING);
net/ipv6/exthdrs_offload.c
27
ret = inet6_add_offload(&rthdr_offload, IPPROTO_ROUTING);
net/ipv6/exthdrs_offload.c
46
inet6_del_offload(&rthdr_offload, IPPROTO_ROUTING);
net/ipv6/mip6.c
316
*skb_mac_header(skb) = IPPROTO_ROUTING;
net/ipv6/mip6.c
361
.proto = IPPROTO_ROUTING,
net/ipv6/netfilter/ip6t_srh.c
125
if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0)
net/ipv6/netfilter/ip6t_srh.c
31
if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0)
net/ipv6/seg6.c
81
if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, &flags) < 0)
net/netfilter/nf_log_syslog.c
616
case IPPROTO_ROUTING:
net/openvswitch/flow.c
344
case IPPROTO_ROUTING:
net/xfrm/xfrm_output.c
147
case IPPROTO_ROUTING:
net/xfrm/xfrm_output.c
99
if (type == IPPROTO_ROUTING && offset + 3 <= packet_len) {
net/xfrm/xfrm_state.c
265
case IPPROTO_ROUTING:
net/xfrm/xfrm_state.c
310
case IPPROTO_ROUTING:
net/xfrm/xfrm_state.c
352
case IPPROTO_ROUTING:
net/xfrm/xfrm_user.c
392
case IPPROTO_ROUTING:
tools/testing/selftests/bpf/progs/test_cls_redirect.c
307
case IPPROTO_ROUTING:
tools/testing/selftests/bpf/progs/test_cls_redirect_dynptr.c
212
case IPPROTO_ROUTING: