Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter/
H A Dnf_tables.h1508 NFTA_FLOWTABLE_HOOK_PRIORITY, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter/
H A Dnf_tables.h1508 NFTA_FLOWTABLE_HOOK_PRIORITY, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/
H A Dnf_tables.h1628 NFTA_FLOWTABLE_HOOK_PRIORITY, enumerator
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_tables_api.c6453 [NFTA_FLOWTABLE_HOOK_PRIORITY] = { .type = NLA_U32 },
6476 !tb[NFTA_FLOWTABLE_HOOK_PRIORITY]) in nft_flowtable_parse_hook()
6483 priority = ntohl(nla_get_be32(tb[NFTA_FLOWTABLE_HOOK_PRIORITY])); in nft_flowtable_parse_hook()
6494 if (tb[NFTA_FLOWTABLE_HOOK_PRIORITY]) { in nft_flowtable_parse_hook()
6495 priority = ntohl(nla_get_be32(tb[NFTA_FLOWTABLE_HOOK_PRIORITY])); in nft_flowtable_parse_hook()
6975 nla_put_be32(skb, NFTA_FLOWTABLE_HOOK_PRIORITY, htonl(flowtable->data.priority))) in nf_tables_fill_flowtable_info()