Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/netfilter/
Dnf_tables.h171 NFTA_HOOK_PRIORITY, enumerator
/linux-6.6.21/net/netfilter/
Dnf_tables_api.c1691 [NFTA_HOOK_PRIORITY] = { .type = NLA_U32 },
1749 if (nla_put_be32(skb, NFTA_HOOK_PRIORITY, htonl(ops->priority))) in nft_dump_basechain_hook()
2231 !ha[NFTA_HOOK_PRIORITY]) { in nft_chain_parse_hook()
2237 hook->priority = ntohl(nla_get_be32(ha[NFTA_HOOK_PRIORITY])); in nft_chain_parse_hook()
2263 if (ha[NFTA_HOOK_PRIORITY]) { in nft_chain_parse_hook()
2264 hook->priority = ntohl(nla_get_be32(ha[NFTA_HOOK_PRIORITY])); in nft_chain_parse_hook()