Home
last modified time | relevance | path

Searched refs:IP_CT_IS_REPLY (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter/
H A Dnf_conntrack_common.h20 IP_CT_IS_REPLY, enumerator
23 IP_CT_NUMBER = IP_CT_IS_REPLY * 2 - 1
H A Dxt_state.h4 #define XT_STATE_BIT(ctinfo) (1 << ((ctinfo)%IP_CT_IS_REPLY+1))
H A Dnf_conntrack_tuple_common.h11 #define CTINFO2DIR(ctinfo) ((ctinfo) >= IP_CT_IS_REPLY ? IP_CT_DIR_REPLY : IP_CT_DIR_ORIGINAL)
H A Dxt_conntrack.h10 #define XT_CONNTRACK_STATE_BIT(ctinfo) (1 << ((ctinfo)%IP_CT_IS_REPLY+1))