Home
last modified time | relevance | path

Searched refs:IPPROTO_FRAGMENT (Results 1 - 25 of 36) sorted by relevance

12

/kernel/linux/linux-5.10/include/uapi/linux/
H A Din6.h134 #define IPPROTO_FRAGMENT 44 /* IPv6 fragmentation header */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Din6.h134 #define IPPROTO_FRAGMENT 44 /* IPv6 fragmentation header */ macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Din6.h98 #define IPPROTO_FRAGMENT 44 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Din6.h98 #define IPPROTO_FRAGMENT 44 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Din6.h88 #define IPPROTO_FRAGMENT 44 macro
/kernel/linux/linux-5.10/net/ipv6/
H A Dreassembly.c581 ret = inet6_add_protocol(&frag_protocol, IPPROTO_FRAGMENT); in ipv6_frag_init()
599 inet6_del_protocol(&frag_protocol, IPPROTO_FRAGMENT); in ipv6_frag_init()
609 inet6_del_protocol(&frag_protocol, IPPROTO_FRAGMENT); in ipv6_frag_exit()
/kernel/linux/linux-6.6/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()
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/
H A Din.h74 #define IPPROTO_FRAGMENT 44 macro
/kernel/linux/linux-5.10/include/linux/
H A Dnetfilter_ipv6.h18 (nexthdr == IPPROTO_FRAGMENT) || in nf_ip6_ext_hdr()
/kernel/linux/linux-6.6/include/linux/
H A Dnetfilter_ipv6.h18 (nexthdr == IPPROTO_FRAGMENT) || in nf_ip6_ext_hdr()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector.c246 .iph.nexthdr = IPPROTO_FRAGMENT,
272 .iph.nexthdr = IPPROTO_FRAGMENT,
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector.c256 .iph.nexthdr = IPPROTO_FRAGMENT,
283 .iph.nexthdr = IPPROTO_FRAGMENT,
/kernel/linux/linux-5.10/net/ipv6/netfilter/
H A Dnf_log_ipv6.c88 case IPPROTO_FRAGMENT: { in dump_ipv6_packet()
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_proto.c258 else if (ih->nexthdr == IPPROTO_FRAGMENT) in ip_vs_tcpudp_debug_packet_v6()
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_proto.c258 else if (ih->nexthdr == IPPROTO_FRAGMENT) in ip_vs_tcpudp_debug_packet_v6()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dip_defrag.c224 ip6hdr->ip6_nxt = IPPROTO_FRAGMENT; in send_udp_frags()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c251 case IPPROTO_FRAGMENT: in parse_ipv6_proto()
H A Dtest_l4lb.c359 if (protocol == IPPROTO_FRAGMENT) { in process_packet()
H A Dtest_l4lb_noinline.c356 if (protocol == IPPROTO_FRAGMENT) { in process_packet()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dip_defrag.c224 ip6hdr->ip6_nxt = IPPROTO_FRAGMENT; in send_udp_frags()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c265 case IPPROTO_FRAGMENT: in parse_ipv6_proto()
H A Dtest_l4lb_noinline_dynptr.c363 if (protocol == IPPROTO_FRAGMENT) { in process_packet()
H A Dtest_l4lb_noinline.c356 if (protocol == IPPROTO_FRAGMENT) { in process_packet()
H A Dtest_l4lb.c357 if (protocol == IPPROTO_FRAGMENT) { in process_packet()

Completed in 17 milliseconds

12