Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dnft_fib.c20 [NFTA_FIB_FLAGS] = { .type = NLA_U32 },
71 if (!tb[NFTA_FIB_DREG] || !tb[NFTA_FIB_RESULT] || !tb[NFTA_FIB_FLAGS]) in nft_fib_init()
74 priv->flags = ntohl(nla_get_be32(tb[NFTA_FIB_FLAGS])); in nft_fib_init()
127 if (nla_put_be32(skb, NFTA_FIB_FLAGS, htonl(priv->flags))) in nft_fib_dump()
/linux/include/uapi/linux/netfilter/
A Dnf_tables.h1532 NFTA_FIB_FLAGS, enumerator

Completed in 11 milliseconds