/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | in6.h | 134 #define IPPROTO_FRAGMENT 44 /* IPv6 fragmentation header */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | in6.h | 134 #define IPPROTO_FRAGMENT 44 /* IPv6 fragmentation header */ macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | in6.h | 98 #define IPPROTO_FRAGMENT 44 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | in6.h | 98 #define IPPROTO_FRAGMENT 44 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | in6.h | 88 #define IPPROTO_FRAGMENT 44 macro
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | reassembly.c | 581 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 D | reassembly.c | 588 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 D | in.h | 74 #define IPPROTO_FRAGMENT 44 macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | netfilter_ipv6.h | 18 (nexthdr == IPPROTO_FRAGMENT) || in nf_ip6_ext_hdr()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netfilter_ipv6.h | 18 (nexthdr == IPPROTO_FRAGMENT) || in nf_ip6_ext_hdr()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | flow_dissector.c | 246 .iph.nexthdr = IPPROTO_FRAGMENT, 272 .iph.nexthdr = IPPROTO_FRAGMENT,
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | flow_dissector.c | 256 .iph.nexthdr = IPPROTO_FRAGMENT, 283 .iph.nexthdr = IPPROTO_FRAGMENT,
|
/kernel/linux/linux-5.10/net/ipv6/netfilter/ |
H A D | nf_log_ipv6.c | 88 case IPPROTO_FRAGMENT: { in dump_ipv6_packet()
|
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_proto.c | 258 else if (ih->nexthdr == IPPROTO_FRAGMENT) in ip_vs_tcpudp_debug_packet_v6()
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_proto.c | 258 else if (ih->nexthdr == IPPROTO_FRAGMENT) in ip_vs_tcpudp_debug_packet_v6()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow.c | 295 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 D | ip_defrag.c | 224 ip6hdr->ip6_nxt = IPPROTO_FRAGMENT; in send_udp_frags()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | bpf_flow.c | 251 case IPPROTO_FRAGMENT: in parse_ipv6_proto()
|
H A D | test_l4lb.c | 359 if (protocol == IPPROTO_FRAGMENT) { in process_packet()
|
H A D | test_l4lb_noinline.c | 356 if (protocol == IPPROTO_FRAGMENT) { in process_packet()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | ip_defrag.c | 224 ip6hdr->ip6_nxt = IPPROTO_FRAGMENT; in send_udp_frags()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_flow.c | 265 case IPPROTO_FRAGMENT: in parse_ipv6_proto()
|
H A D | test_l4lb_noinline_dynptr.c | 363 if (protocol == IPPROTO_FRAGMENT) { in process_packet()
|
H A D | test_l4lb_noinline.c | 356 if (protocol == IPPROTO_FRAGMENT) { in process_packet()
|
H A D | test_l4lb.c | 357 if (protocol == IPPROTO_FRAGMENT) { in process_packet()
|