Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_cmp.c278 const struct nft_expr_ops nft_cmp_fast_ops = {
418 return &nft_cmp_fast_ops; in nft_cmp_select_ops()
279 const struct nft_expr_ops nft_cmp_fast_ops = { global() variable
H A Dnf_tables_core.c277 if (expr->ops == &nft_cmp_fast_ops) in nft_do_chain()
/linux/include/net/netfilter/
H A Dnf_tables_core.h61 extern const struct nft_expr_ops nft_cmp_fast_ops;