/kernel/linux/linux-5.10/net/ipv6/ |
H A D | exthdrs_offload.c | 23 ret = inet6_add_offload(&rthdr_offload, IPPROTO_ROUTING); in ipv6_exthdrs_offload_init() 35 inet6_del_offload(&rthdr_offload, IPPROTO_ROUTING); in ipv6_exthdrs_offload_init()
|
H A D | mip6.c | 367 *skb_mac_header(skb) = IPPROTO_ROUTING; in mip6_rthdr_output() 461 .proto = IPPROTO_ROUTING,
|
H A D | exthdrs.c | 790 IPPROTO_ROUTING) < 0) { in ipv6_rthdr_rcv() 866 ret = inet6_add_protocol(&rthdr_protocol, IPPROTO_ROUTING); in ipv6_exthdrs_init() 883 inet6_del_protocol(&rthdr_protocol, IPPROTO_ROUTING); in ipv6_exthdrs_init() 891 inet6_del_protocol(&rthdr_protocol, IPPROTO_ROUTING); in ipv6_exthdrs_exit()
|
H A D | seg6_local.c | 72 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in get_srh()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | exthdrs_offload.c | 23 ret = inet6_add_offload(&rthdr_offload, IPPROTO_ROUTING); in ipv6_exthdrs_offload_init() 35 inet6_del_offload(&rthdr_offload, IPPROTO_ROUTING); in ipv6_exthdrs_offload_init()
|
H A D | mip6.c | 316 *skb_mac_header(skb) = IPPROTO_ROUTING; in mip6_rthdr_output() 361 .proto = IPPROTO_ROUTING,
|
H A D | exthdrs.c | 778 IPPROTO_ROUTING) < 0) { in ipv6_rthdr_rcv() 851 ret = inet6_add_protocol(&rthdr_protocol, IPPROTO_ROUTING); in ipv6_exthdrs_init() 868 inet6_del_protocol(&rthdr_protocol, IPPROTO_ROUTING); in ipv6_exthdrs_init() 876 inet6_del_protocol(&rthdr_protocol, IPPROTO_ROUTING); in ipv6_exthdrs_exit()
|
H A D | seg6.c | 83 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, &flags) < 0) in seg6_get_srh()
|
/kernel/linux/linux-5.10/net/ipv6/netfilter/ |
H A D | ip6t_srh.c | 31 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in srh_mt6() 125 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in srh1_mt6()
|
H A D | nf_log_ipv6.c | 118 case IPPROTO_ROUTING: in dump_ipv6_packet()
|
/kernel/linux/linux-6.6/net/ipv6/netfilter/ |
H A D | ip6t_srh.c | 31 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in srh_mt6() 125 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in srh1_mt6()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | in6.h | 133 #define IPPROTO_ROUTING 43 /* IPv6 routing header */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | in6.h | 133 #define IPPROTO_ROUTING 43 /* IPv6 routing header */ macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | in6.h | 97 #define IPPROTO_ROUTING 43 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | in6.h | 97 #define IPPROTO_ROUTING 43 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | in6.h | 87 #define IPPROTO_ROUTING 43 macro
|
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/ |
H A D | in.h | 73 #define IPPROTO_ROUTING 43 macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | netfilter_ipv6.h | 17 (nexthdr == IPPROTO_ROUTING) || in nf_ip6_ext_hdr()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netfilter_ipv6.h | 17 (nexthdr == IPPROTO_ROUTING) || in nf_ip6_ext_hdr()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_output.c | 99 if (type == IPPROTO_ROUTING && offset + 3 <= packet_len) { in mip6_rthdr_offset() 147 case IPPROTO_ROUTING: in xfrm6_hdr_offset()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_cls_redirect.c | 305 case IPPROTO_ROUTING: in pkt_skip_ipv6_extension_headers()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_cls_redirect.c | 306 case IPPROTO_ROUTING: in pkt_skip_ipv6_extension_headers()
|
H A D | test_cls_redirect_dynptr.c | 210 case IPPROTO_ROUTING: in pkt_skip_ipv6_extension_headers()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_log_syslog.c | 614 case IPPROTO_ROUTING: in dump_ipv6_packet()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | xfrm.h | 40 #define XFRM_PROTO_ROUTING IPPROTO_ROUTING 1371 case IPPROTO_ROUTING: in xfrm_id_proto_valid()
|