Home
last modified time | relevance | path

Searched refs:nft_expr_ops (Results 1 – 2 of 2) sorted by relevance

/include/net/netfilter/
Dnf_tables_core.h65 extern const struct nft_expr_ops nft_cmp_fast_ops;
66 extern const struct nft_expr_ops nft_cmp16_fast_ops;
85 extern const struct nft_expr_ops nft_payload_fast_ops;
87 extern const struct nft_expr_ops nft_bitwise_fast_ops;
Dnf_tables.h714 struct nft_expr_ops;
730 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,
732 void (*release_ops)(const struct nft_expr_ops *ops);
733 const struct nft_expr_ops *ops;
772 struct nft_expr_ops { struct
818 const struct nft_expr_ops *ops; argument