Searched refs:select_ops (Results 1 – 8 of 8) sorted by relevance
112 .select_ops = &nft_meta_bridge_select_ops,
143 .select_ops = nft_payload_select_ops,
213 .select_ops = nft_cmp_select_ops,
367 .select_ops = &nft_meta_select_ops,
440 .select_ops = &nft_ct_select_ops,
690 .select_ops = nft_match_select_ops,774 .select_ops = nft_target_select_ops,
1595 if (type->select_ops != NULL) { in nf_tables_expr_parse()1596 ops = type->select_ops(ctx, in nf_tables_expr_parse()
589 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *, member