Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv6/netfilter/
Dip6t_ah.c151 !!(ahinfo->invflags & IP6T_AH_INV_LEN))); in match()
164 !!(ahinfo->invflags & IP6T_AH_INV_LEN)) in match()
/linux-2.4.37.9/include/linux/netfilter_ipv6/
Dip6t_ah.h18 #define IP6T_AH_INV_LEN 0x02 /* Invert the sense of length. */ macro