Home
last modified time | relevance | path

Searched refs:select_ops (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/net/bridge/netfilter/
Dnft_meta_bridge.c112 .select_ops = &nft_meta_bridge_select_ops,
/linux-4.1.27/net/netfilter/
Dnft_payload.c143 .select_ops = nft_payload_select_ops,
Dnft_cmp.c213 .select_ops = nft_cmp_select_ops,
Dnft_meta.c367 .select_ops = &nft_meta_select_ops,
Dnft_ct.c440 .select_ops = &nft_ct_select_ops,
Dnft_compat.c690 .select_ops = nft_match_select_ops,
774 .select_ops = nft_target_select_ops,
Dnf_tables_api.c1595 if (type->select_ops != NULL) { in nf_tables_expr_parse()
1596 ops = type->select_ops(ctx, in nf_tables_expr_parse()
/linux-4.1.27/include/net/netfilter/
Dnf_tables.h589 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *, member