Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/netfilter_ipv6/
Dip6_tables.h43 (nexthdr == IPPROTO_FRAGMENT) || in ip6t_ext_hdr()
/Linux-v4.19/include/uapi/linux/
Din6.h134 #define IPPROTO_FRAGMENT 44 /* IPv6 fragmentation header */ macro
/Linux-v4.19/net/ipv6/
Dreassembly.c671 ret = inet6_add_protocol(&frag_protocol, IPPROTO_FRAGMENT); in ipv6_frag_init()
689 inet6_del_protocol(&frag_protocol, IPPROTO_FRAGMENT); in ipv6_frag_init()
700 inet6_del_protocol(&frag_protocol, IPPROTO_FRAGMENT); in ipv6_frag_exit()
/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_proto.c263 else if (ih->nexthdr == IPPROTO_FRAGMENT) in ip_vs_tcpudp_debug_packet_v6()
/Linux-v4.19/net/ipv6/netfilter/
Dnf_log_ipv6.c91 case IPPROTO_FRAGMENT: { in dump_ipv6_packet()
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_l4lb.c359 if (protocol == IPPROTO_FRAGMENT) { in process_packet()
Dtest_l4lb_noinline.c359 if (protocol == IPPROTO_FRAGMENT) { in process_packet()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Den_rx.c610 if (unlikely(nexthdr == IPPROTO_FRAGMENT || in get_fixed_ipv6_csum()
/Linux-v4.19/net/core/
Dskbuff.c4633 case IPPROTO_FRAGMENT: { in skb_checksum_setup_ipv6()