Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/netfilter_ipv4/
Dipt_ah.h16 #define IPT_AH_INV_MASK 0x01 /* All possible flags. */ macro
/Linux-v5.15/net/ipv4/netfilter/
Dipt_ah.c60 if (ahinfo->invflags & ~IPT_AH_INV_MASK) { in ah_mt_check()