Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnft_fib.c25 NFTA_FIB_F_MARK | NFTA_FIB_F_IIF | NFTA_FIB_F_OIF | \
38 if (priv->flags & NFTA_FIB_F_IIF) { in nft_fib_validate()
44 if (priv->flags & NFTA_FIB_F_IIF) in nft_fib_validate()
86 if ((priv->flags & (NFTA_FIB_F_IIF | NFTA_FIB_F_OIF)) == in nft_fib_init()
87 (NFTA_FIB_F_IIF | NFTA_FIB_F_OIF)) in nft_fib_init()
/linux-6.1.9/net/ipv4/netfilter/
Dnft_fib_ipv4.c37 if (priv->flags & NFTA_FIB_F_IIF) in nft_fib4_eval_type()
82 else if (priv->flags & NFTA_FIB_F_IIF) in nft_fib4_eval()
87 if (priv->flags & NFTA_FIB_F_IIF) in nft_fib4_eval()
120 priv->flags & NFTA_FIB_F_IIF) in nft_fib4_eval()
/linux-6.1.9/net/ipv6/netfilter/
Dnft_fib_ipv6.c34 priv->flags & NFTA_FIB_F_IIF) in nft_fib6_flowi_init()
44 } else if (priv->flags & NFTA_FIB_F_IIF) { in nft_fib6_flowi_init()
73 if (priv->flags & NFTA_FIB_F_IIF) in __nft_fib6_eval_type()
172 if (priv->flags & NFTA_FIB_F_IIF) in nft_fib6_eval()
/linux-6.1.9/include/uapi/linux/netfilter/
Dnf_tables.h1550 NFTA_FIB_F_IIF = 1 << 3, /* restrict to iif */ enumerator