Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/netfilter/
Dnf_tables_core.h10 struct nft_cmp_fast_expr { struct
22 return cpu_to_le32(~0U >> (FIELD_SIZEOF(struct nft_cmp_fast_expr, in nft_cmp_fast_mask() argument
/linux-4.4.14/net/netfilter/
Dnft_cmp.c123 struct nft_cmp_fast_expr *priv = nft_expr_priv(expr); in nft_cmp_fast_init()
148 const struct nft_cmp_fast_expr *priv = nft_expr_priv(expr); in nft_cmp_fast_dump()
168 .size = NFT_EXPR_SIZE(sizeof(struct nft_cmp_fast_expr)),
Dnf_tables_core.c68 const struct nft_cmp_fast_expr *priv = nft_expr_priv(expr); in nft_cmp_fast_eval()