Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_tables_core.h87 extern const struct nft_expr_ops nft_bitwise_fast_ops;
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_bitwise.c389 const struct nft_expr_ops nft_bitwise_fast_ops = { variable
421 return &nft_bitwise_fast_ops; in nft_bitwise_select_ops()
H A Dnf_tables_core.c234 else if (expr->ops == &nft_bitwise_fast_ops) in nft_do_chain()