Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnft_fib.c27 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-v4.19/net/ipv4/netfilter/
Dnft_fib_ipv4.c41 if (priv->flags & NFTA_FIB_F_IIF) in nft_fib4_eval_type()
93 else if (priv->flags & NFTA_FIB_F_IIF) in nft_fib4_eval()
/Linux-v4.19/net/ipv6/netfilter/
Dnft_fib_ipv6.c75 if (priv->flags & NFTA_FIB_F_IIF) in __nft_fib6_eval_type()
162 if (priv->flags & NFTA_FIB_F_IIF) in nft_fib6_eval()
/Linux-v4.19/include/uapi/linux/netfilter/
Dnf_tables.h1402 NFTA_FIB_F_IIF = 1 << 3, /* restrict to iif */ enumerator