NFTA_FIB_F_IIF     37 net/ipv4/netfilter/nft_fib_ipv4.c 	if (priv->flags & NFTA_FIB_F_IIF)
NFTA_FIB_F_IIF     81 net/ipv4/netfilter/nft_fib_ipv4.c 	else if (priv->flags & NFTA_FIB_F_IIF)
NFTA_FIB_F_IIF     66 net/ipv6/netfilter/nft_fib_ipv6.c 	if (priv->flags & NFTA_FIB_F_IIF)
NFTA_FIB_F_IIF    153 net/ipv6/netfilter/nft_fib_ipv6.c 	if (priv->flags & NFTA_FIB_F_IIF)
NFTA_FIB_F_IIF     25 net/netfilter/nft_fib.c 			NFTA_FIB_F_MARK | NFTA_FIB_F_IIF | NFTA_FIB_F_OIF | \
NFTA_FIB_F_IIF     40 net/netfilter/nft_fib.c 		if (priv->flags & NFTA_FIB_F_IIF)
NFTA_FIB_F_IIF     82 net/netfilter/nft_fib.c 	if ((priv->flags & (NFTA_FIB_F_IIF | NFTA_FIB_F_OIF)) ==
NFTA_FIB_F_IIF     83 net/netfilter/nft_fib.c 			   (NFTA_FIB_F_IIF | NFTA_FIB_F_OIF))