/openbmc/linux/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()
|
H A D | datagram.c | 675 case IPPROTO_ROUTING: in ip6_datagram_recv_specific_ctl()
|
/openbmc/linux/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()
|
/openbmc/linux/include/uapi/linux/ |
H A D | in6.h | 133 #define IPPROTO_ROUTING 43 /* IPv6 routing header */ macro
|
/openbmc/qemu/tools/ebpf/ |
H A D | rss.bpf.c | 145 case IPPROTO_ROUTING: in ip6_extension_header_type() 187 if (*l4_protocol == IPPROTO_ROUTING) { in parse_ipv6_ext()
|
/openbmc/linux/include/linux/ |
H A D | netfilter_ipv6.h | 17 (nexthdr == IPPROTO_ROUTING) || in nf_ip6_ext_hdr()
|
/openbmc/linux/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()
|
H A D | xfrm_state.c | 255 case IPPROTO_ROUTING: in xfrm_register_type() 300 case IPPROTO_ROUTING: in xfrm_unregister_type() 342 case IPPROTO_ROUTING: in xfrm_get_type()
|
H A D | xfrm_user.c | 304 case IPPROTO_ROUTING: in verify_newsa_info()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_cls_redirect_dynptr.c | 210 case IPPROTO_ROUTING: in pkt_skip_ipv6_extension_headers()
|
H A D | test_cls_redirect.c | 306 case IPPROTO_ROUTING: in pkt_skip_ipv6_extension_headers()
|
/openbmc/linux/include/net/ |
H A D | xfrm.h | 40 #define XFRM_PROTO_ROUTING IPPROTO_ROUTING 1444 case IPPROTO_ROUTING: in xfrm_id_proto_valid()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_log_syslog.c | 614 case IPPROTO_ROUTING: in dump_ipv6_packet()
|
/openbmc/linux/net/openvswitch/ |
H A D | flow.c | 348 case IPPROTO_ROUTING: in get_ipv6_ext_hdrs()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 6461 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in BPF_CALL_4() 6485 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) { in bpf_update_srh_state() 6609 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in BPF_CALL_3()
|
H A D | skbuff.c | 5540 case IPPROTO_ROUTING: { in skb_checksum_setup_ipv6()
|