Home
last modified time | relevance | path

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

/Linux-v6.6/net/netfilter/
Dnft_bitwise.c474 const struct nft_expr_ops nft_bitwise_fast_ops = { variable
507 return &nft_bitwise_fast_ops; in nft_bitwise_select_ops()
530 else if (next->ops == &nft_bitwise_fast_ops) in nft_expr_reduce_bitwise()
Dnf_tables_core.c284 else if (expr->ops == &nft_bitwise_fast_ops) in nft_do_chain()
/Linux-v6.6/include/net/netfilter/
Dnf_tables_core.h83 extern const struct nft_expr_ops nft_bitwise_fast_ops;