Home
last modified time | relevance | path

Searched refs:nft_cmp_fast_expr (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_tables_core.h33 struct nft_cmp_fast_expr { struct
61 return cpu_to_le32(~0U >> (sizeof_field(struct nft_cmp_fast_expr, in nft_cmp_fast_mask() argument
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_cmp.c199 struct nft_cmp_fast_expr *priv = nft_expr_priv(expr); in nft_cmp_fast_init()
228 const struct nft_cmp_fast_expr *priv = nft_expr_priv(expr); in nft_cmp_fast_offload()
245 const struct nft_cmp_fast_expr *priv = nft_expr_priv(expr); in nft_cmp_fast_dump()
266 .size = NFT_EXPR_SIZE(sizeof(struct nft_cmp_fast_expr)),
H A Dnf_tables_core.c63 const struct nft_cmp_fast_expr *priv = nft_expr_priv(expr); in nft_cmp_fast_eval()