Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_fib.c18 NFTA_FIB_F_MARK | NFTA_FIB_F_IIF | NFTA_FIB_F_OIF | \
47 else if (priv->flags & NFTA_FIB_F_OIF) in nft_fib_validate()
85 if ((priv->flags & (NFTA_FIB_F_IIF | NFTA_FIB_F_OIF)) == in nft_fib_init()
86 (NFTA_FIB_F_IIF | NFTA_FIB_F_OIF)) in nft_fib_init()
95 if (priv->flags & NFTA_FIB_F_OIF) in nft_fib_init()
100 if (priv->flags & NFTA_FIB_F_OIF) in nft_fib_init()
/openbmc/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()
/openbmc/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()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h1603 NFTA_FIB_F_OIF = 1 << 4, /* restrict to oif */ enumerator