Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_state.h5 #define XT_STATE_BIT(ctinfo) (1 << ((ctinfo)%IP_CT_IS_REPLY+1)) macro
/openbmc/linux/net/netfilter/
H A Dxt_state.c29 statebit = XT_STATE_BIT(ctinfo); in state_mt()