Home
last modified time | relevance | path

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

/linux-4.4.14/net/bridge/netfilter/
Dnft_meta_bridge.c112 .select_ops = &nft_meta_bridge_select_ops,
/linux-4.4.14/net/netfilter/
Dnft_payload.c198 .select_ops = nft_payload_select_ops,
Dnft_cmp.c213 .select_ops = nft_cmp_select_ops,
Dnft_limit.c210 .select_ops = nft_limit_select_ops,
Dnft_meta.c375 .select_ops = &nft_meta_select_ops,
Dnft_ct.c441 .select_ops = &nft_ct_select_ops,
Dnft_compat.c692 .select_ops = nft_match_select_ops,
776 .select_ops = nft_target_select_ops,
Dnf_tables_api.c1666 if (type->select_ops != NULL) { in nf_tables_expr_parse()
1667 ops = type->select_ops(ctx, in nf_tables_expr_parse()
/linux-4.4.14/include/net/netfilter/
Dnf_tables.h590 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *, member