Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/netfilter/
Dnf_tables.h1669 NFTA_FLOWTABLE_HOOK_PRIORITY, enumerator
/Linux-v6.1/net/netfilter/
Dnf_tables_api.c7353 [NFTA_FLOWTABLE_HOOK_PRIORITY] = { .type = NLA_U32 },
7376 !tb[NFTA_FLOWTABLE_HOOK_PRIORITY]) in nft_flowtable_parse_hook()
7383 priority = ntohl(nla_get_be32(tb[NFTA_FLOWTABLE_HOOK_PRIORITY])); in nft_flowtable_parse_hook()
7394 if (tb[NFTA_FLOWTABLE_HOOK_PRIORITY]) { in nft_flowtable_parse_hook()
7395 priority = ntohl(nla_get_be32(tb[NFTA_FLOWTABLE_HOOK_PRIORITY])); in nft_flowtable_parse_hook()
7885 nla_put_be32(skb, NFTA_FLOWTABLE_HOOK_PRIORITY, htonl(flowtable->data.priority))) in nf_tables_fill_flowtable_info()