Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/netfilter_ipv6/
Dip6_tables.h42 (nexthdr == IPPROTO_FRAGMENT) || in ip6t_ext_hdr()
/linux-4.1.27/include/uapi/linux/
Din6.h133 #define IPPROTO_FRAGMENT 44 /* IPv6 fragmentation header */ macro
/linux-4.1.27/net/ipv6/
Dreassembly.c737 ret = inet6_add_protocol(&frag_protocol, IPPROTO_FRAGMENT); in ipv6_frag_init()
766 inet6_del_protocol(&frag_protocol, IPPROTO_FRAGMENT); in ipv6_frag_init()
775 inet6_del_protocol(&frag_protocol, IPPROTO_FRAGMENT); in ipv6_frag_exit()
/linux-4.1.27/net/ipv6/netfilter/
Dnf_log_ipv6.c91 case IPPROTO_FRAGMENT: { in dump_ipv6_packet()
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_proto.c282 else if (ih->nexthdr == IPPROTO_FRAGMENT) in ip_vs_tcpudp_debug_packet_v6()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_rx.c711 if (ipv6h->nexthdr == IPPROTO_FRAGMENT || ipv6h->nexthdr == IPPROTO_HOPOPTS) in get_fixed_ipv6_csum()
/linux-4.1.27/net/core/
Dskbuff.c3966 case IPPROTO_FRAGMENT: { in skb_checksum_setup_ipv6()