Home
last modified time | relevance | path

Searched refs:IPPROTO_FRAGMENT (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/net/ipv6/
H A Dreassembly.c588 ret = inet6_add_protocol(&frag_protocol, IPPROTO_FRAGMENT); in ipv6_frag_init()
606 inet6_del_protocol(&frag_protocol, IPPROTO_FRAGMENT); in ipv6_frag_init()
616 inet6_del_protocol(&frag_protocol, IPPROTO_FRAGMENT); in ipv6_frag_exit()
/openbmc/linux/include/uapi/linux/
H A Din6.h134 #define IPPROTO_FRAGMENT 44 /* IPv6 fragmentation header */ macro
/openbmc/qemu/tools/ebpf/
H A Drss.bpf.c146 case IPPROTO_FRAGMENT: in ip6_extension_header_type()
247 } else if (*l4_protocol == IPPROTO_FRAGMENT) { in parse_ipv6_ext()
/openbmc/linux/include/linux/
H A Dnetfilter_ipv6.h18 (nexthdr == IPPROTO_FRAGMENT) || in nf_ip6_ext_hdr()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector.c256 .iph.nexthdr = IPPROTO_FRAGMENT,
283 .iph.nexthdr = IPPROTO_FRAGMENT,
/openbmc/linux/net/openvswitch/
H A Dflow.c295 OFPIEH12_ROUTER | IPPROTO_FRAGMENT | in get_ipv6_ext_hdrs()
308 IPPROTO_FRAGMENT | OFPIEH12_UNREP)) || in get_ipv6_ext_hdrs()
335 case IPPROTO_FRAGMENT: in get_ipv6_ext_hdrs()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_proto.c258 else if (ih->nexthdr == IPPROTO_FRAGMENT) in ip_vs_tcpudp_debug_packet_v6()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c265 case IPPROTO_FRAGMENT: in parse_ipv6_proto()
H A Dtest_l4lb.c357 if (protocol == IPPROTO_FRAGMENT) { in process_packet()
H A Dtest_l4lb_noinline.c356 if (protocol == IPPROTO_FRAGMENT) { in process_packet()
H A Dtest_l4lb_noinline_dynptr.c363 if (protocol == IPPROTO_FRAGMENT) { in process_packet()
H A Dtest_cls_redirect_dynptr.c204 case IPPROTO_FRAGMENT: in pkt_skip_ipv6_extension_headers()
H A Dtest_cls_redirect.c300 case IPPROTO_FRAGMENT: in pkt_skip_ipv6_extension_headers()
/openbmc/linux/tools/testing/selftests/net/
H A Dip_defrag.c224 ip6hdr->ip6_nxt = IPPROTO_FRAGMENT; in send_udp_frags()
H A Dgro.c704 ip6h->nexthdr = IPPROTO_FRAGMENT; in send_fragment6()
/openbmc/linux/net/netfilter/
H A Dnf_log_syslog.c585 case IPPROTO_FRAGMENT: { in dump_ipv6_packet()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c607 if (unlikely(nexthdr == IPPROTO_FRAGMENT || in get_fixed_ipv6_csum()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c607 IPPROTO_FRAGMENT : 0; in otx2_tc_prepare_flow()
H A Dotx2_flows.c726 if (ipv6_usr_hdr->l4_proto == IPPROTO_FRAGMENT) { in otx2_prepare_ipv6_flow()
/openbmc/linux/net/core/
H A Dskbuff.c5570 case IPPROTO_FRAGMENT: { in skb_checksum_setup_ipv6()