Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/netfilter/
Dnf_tables_core.h26 extern const struct nft_expr_ops nft_cmp_fast_ops;
/linux-4.4.14/net/netfilter/
Dnft_cmp.c166 const struct nft_expr_ops nft_cmp_fast_ops = { variable
206 return &nft_cmp_fast_ops; in nft_cmp_select_ops()
Dnf_tables_core.c139 if (expr->ops == &nft_cmp_fast_ops) in nft_do_chain()