Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_fib.c18 NFTA_FIB_F_MARK | NFTA_FIB_F_IIF | NFTA_FIB_F_OIF | \
42 if (priv->flags & NFTA_FIB_F_IIF) in nft_fib_validate()
84 if ((priv->flags & (NFTA_FIB_F_IIF | NFTA_FIB_F_OIF)) == in nft_fib_init()
85 (NFTA_FIB_F_IIF | NFTA_FIB_F_OIF)) in nft_fib_init()
/linux/net/ipv4/netfilter/
H A Dnft_fib_ipv4.c37 if (priv->flags & NFTA_FIB_F_IIF) in nft_fib4_eval_type()
83 else if (priv->flags & NFTA_FIB_F_IIF) in nft_fib4_eval()
118 priv->flags & NFTA_FIB_F_IIF) in nft_fib4_eval()
/linux/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c34 priv->flags & NFTA_FIB_F_IIF) in nft_fib6_flowi_init()
71 if (priv->flags & NFTA_FIB_F_IIF) in __nft_fib6_eval_type()
173 if (priv->flags & NFTA_FIB_F_IIF) in nft_fib6_eval()
/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h1618 NFTA_FIB_F_IIF = 1 << 3, /* restrict to iif */ enumerator