Searched refs:NFTA_CMP_OP (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nft_cmp.c | 68 [NFTA_CMP_OP] = { .type = NLA_U32 }, 90 priv->op = ntohl(nla_get_be32(tb[NFTA_CMP_OP])); in nft_cmp_init() 101 if (nla_put_be32(skb, NFTA_CMP_OP, htonl(priv->op))) in nft_cmp_dump() 220 priv->inv = ntohl(nla_get_be32(tb[NFTA_CMP_OP])) != NFT_CMP_EQ; in nft_cmp_fast_init() 251 if (nla_put_be32(skb, NFTA_CMP_OP, htonl(op))) in nft_cmp_fast_dump() 315 priv->inv = ntohl(nla_get_be32(tb[NFTA_CMP_OP])) != NFT_CMP_EQ; in nft_cmp16_fast_init() 343 if (nla_put_be32(skb, NFTA_CMP_OP, htonl(op))) in nft_cmp16_fast_dump() 378 tb[NFTA_CMP_OP] == NULL || in nft_cmp_select_ops() 382 op = ntohl(nla_get_be32(tb[NFTA_CMP_OP])); in nft_cmp_select_ops()
|
| /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 D | nf_tables.h | 573 NFTA_CMP_OP, 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 D | nf_tables.h | 573 NFTA_CMP_OP, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/ |
| H A D | nf_tables.h | 638 NFTA_CMP_OP, enumerator
|