Home
last modified time | relevance | path

Searched refs:NFTA_FIB_F_OIF (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 | \
46 else if (priv->flags & NFTA_FIB_F_OIF) 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()
94 if (priv->flags & NFTA_FIB_F_OIF) in nft_fib_init()
99 if (priv->flags & NFTA_FIB_F_OIF) in nft_fib_init()
/linux/net/ipv4/netfilter/
H A Dnft_fib_ipv4.c39 else if (priv->flags & NFTA_FIB_F_OIF) in nft_fib4_eval_type()
81 if (priv->flags & NFTA_FIB_F_OIF) in nft_fib4_eval()
/linux/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c73 else if (priv->flags & NFTA_FIB_F_OIF) in __nft_fib6_eval_type()
175 else if (priv->flags & NFTA_FIB_F_OIF) in nft_fib6_eval()
/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h1619 NFTA_FIB_F_OIF = 1 << 4, /* restrict to oif */ enumerator