Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv6/
Dreassembly.c582 ret = inet6_add_protocol(&frag_protocol, IPPROTO_FRAGMENT); in ipv6_frag_init()
600 inet6_del_protocol(&frag_protocol, IPPROTO_FRAGMENT); in ipv6_frag_init()
610 inet6_del_protocol(&frag_protocol, IPPROTO_FRAGMENT); in ipv6_frag_exit()
/Linux-v6.1/include/uapi/linux/
Din6.h134 #define IPPROTO_FRAGMENT 44 /* IPv6 fragmentation header */ macro
/Linux-v6.1/include/linux/
Dnetfilter_ipv6.h18 (nexthdr == IPPROTO_FRAGMENT) || in nf_ip6_ext_hdr()
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dflow_dissector.c256 .iph.nexthdr = IPPROTO_FRAGMENT,
283 .iph.nexthdr = IPPROTO_FRAGMENT,
/Linux-v6.1/net/openvswitch/
Dflow.c292 OFPIEH12_ROUTER | IPPROTO_FRAGMENT | in get_ipv6_ext_hdrs()
305 IPPROTO_FRAGMENT | OFPIEH12_UNREP)) || in get_ipv6_ext_hdrs()
332 case IPPROTO_FRAGMENT: in get_ipv6_ext_hdrs()
/Linux-v6.1/net/netfilter/ipvs/
Dip_vs_proto.c258 else if (ih->nexthdr == IPPROTO_FRAGMENT) in ip_vs_tcpudp_debug_packet_v6()
/Linux-v6.1/tools/testing/selftests/net/
Dip_defrag.c224 ip6hdr->ip6_nxt = IPPROTO_FRAGMENT; in send_udp_frags()
Dgro.c704 ip6h->nexthdr = IPPROTO_FRAGMENT; in send_fragment6()
/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dbpf_flow.c265 case IPPROTO_FRAGMENT: in parse_ipv6_proto()
Dtest_l4lb.c357 if (protocol == IPPROTO_FRAGMENT) { in process_packet()
Dtest_l4lb_noinline.c356 if (protocol == IPPROTO_FRAGMENT) { in process_packet()
Dtest_cls_redirect.c300 case IPPROTO_FRAGMENT: in pkt_skip_ipv6_extension_headers()
/Linux-v6.1/net/netfilter/
Dnf_log_syslog.c584 case IPPROTO_FRAGMENT: { in dump_ipv6_packet()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx4/
Den_rx.c607 if (unlikely(nexthdr == IPPROTO_FRAGMENT || in get_fixed_ipv6_csum()
/Linux-v6.1/net/core/
Dskbuff.c5217 case IPPROTO_FRAGMENT: { in skb_checksum_setup_ipv6()