Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/netinet/
H A Din.h109 IPPROTO_FRAGMENT = 44, /* IPv6 fragmentation header. */ enumerator
110 #define IPPROTO_FRAGMENT IPPROTO_FRAGMENT macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/netinet/
H A Din.h109 IPPROTO_FRAGMENT = 44, /* IPv6 fragmentation header. */ enumerator
110 #define IPPROTO_FRAGMENT IPPROTO_FRAGMENT macro
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Din6.h134 #define IPPROTO_FRAGMENT 44 /* IPv6 fragmentation header */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Din6.h134 #define IPPROTO_FRAGMENT 44 /* IPv6 fragmentation header */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Din6.h134 #define IPPROTO_FRAGMENT 44 /* IPv6 fragmentation header */ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetfilter_ipv6.h19 (nexthdr == IPPROTO_FRAGMENT) || in nf_ip6_ext_hdr()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector.c246 .iph.nexthdr = IPPROTO_FRAGMENT,
272 .iph.nexthdr = IPPROTO_FRAGMENT,
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_proto.c258 else if (ih->nexthdr == IPPROTO_FRAGMENT) in ip_vs_tcpudp_debug_packet_v6()
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dnf_log_ipv6.c88 case IPPROTO_FRAGMENT: { in dump_ipv6_packet()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c251 case IPPROTO_FRAGMENT: in parse_ipv6_proto()
H A Dtest_l4lb_noinline.c356 if (protocol == IPPROTO_FRAGMENT) { in process_packet()
H A Dtest_l4lb.c359 if (protocol == IPPROTO_FRAGMENT) { in process_packet()
H A Dtest_cls_redirect.c299 case IPPROTO_FRAGMENT: in pkt_skip_ipv6_extension_headers()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dip_defrag.c224 ip6hdr->ip6_nxt = IPPROTO_FRAGMENT; in send_udp_frags()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c607 if (unlikely(nexthdr == IPPROTO_FRAGMENT || in get_fixed_ipv6_csum()
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c5025 case IPPROTO_FRAGMENT: { in skb_checksum_setup_ipv6()