Home
last modified time | relevance | path

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

/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h1743 NFTA_FLOWTABLE_HOOK_PRIORITY, enumerator
/linux/net/netfilter/
H A Dnf_tables_api.c8771 [NFTA_FLOWTABLE_HOOK_PRIORITY] = { .type = NLA_U32 },
8797 !tb[NFTA_FLOWTABLE_HOOK_PRIORITY]) { in nft_flowtable_parse_hook()
8806 priority = ntohl(nla_get_be32(tb[NFTA_FLOWTABLE_HOOK_PRIORITY])); in nft_flowtable_parse_hook()
8817 if (tb[NFTA_FLOWTABLE_HOOK_PRIORITY]) { in nft_flowtable_parse_hook()
8818 priority = ntohl(nla_get_be32(tb[NFTA_FLOWTABLE_HOOK_PRIORITY])); in nft_flowtable_parse_hook()
9375 nla_put_be32(skb, NFTA_FLOWTABLE_HOOK_PRIORITY, htonl(flowtable->data.priority))) in nf_tables_fill_flowtable_info()