Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_fib.c19 NFTA_FIB_F_PRESENT)
146 if (priv->flags & NFTA_FIB_F_PRESENT) in nft_fib_store_result()
153 if (priv->flags & NFTA_FIB_F_PRESENT) in nft_fib_store_result()
177 if (priv->flags & NFTA_FIB_F_PRESENT) in nft_fib_reduce()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h1604 NFTA_FIB_F_PRESENT = 1 << 5, /* check existence only */ enumerator