Home
last modified time | relevance | path

Searched refs:IP6T_FRAG_RES (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/ipv6/netfilter/
H A Dip6t_frag.c68 fraginfo->flags & IP6T_FRAG_RES, fh->reserved, in frag_mt6()
70 !((fraginfo->flags & IP6T_FRAG_RES) && in frag_mt6()
91 !((fraginfo->flags & IP6T_FRAG_RES) && in frag_mt6()
/openbmc/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6t_frag.h16 #define IP6T_FRAG_RES 0x04 macro