Home
last modified time | relevance | path

Searched refs:NFTA_FIB_F_PRESENT (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/net/netfilter/
Dnft_fib.c26 NFTA_FIB_F_PRESENT)
147 *dreg = (priv->flags & NFTA_FIB_F_PRESENT) ? !!index : index; in nft_fib_store_result()
150 if (priv->flags & NFTA_FIB_F_PRESENT) in nft_fib_store_result()
174 if (priv->flags & NFTA_FIB_F_PRESENT) in nft_fib_reduce()
/Linux-v6.1/include/uapi/linux/netfilter/
Dnf_tables.h1552 NFTA_FIB_F_PRESENT = 1 << 5, /* check existence only */ enumerator