Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_fwd_netdev.c280 .select_ops = nft_fwd_select_ops,
H A Dnft_compat.c877 .select_ops = nft_match_select_ops,
959 .select_ops = nft_target_select_ops,
H A Dnft_bitwise.c540 .select_ops = nft_bitwise_select_ops,
H A Dnft_exthdr.c813 .select_ops = nft_exthdr_select_ops,
H A Dnft_ct.c809 .select_ops = nft_ct_select_ops,
H A Dnf_tables_api.c3546 if (type->select_ops != NULL) { in nf_tables_expr_parse()
3547 ops = type->select_ops(ctx, in nf_tables_expr_parse()
8163 if (type->select_ops) { in nft_obj_init()
8164 ops = type->select_ops(ctx, (const struct nlattr * const *)tb); in nft_obj_init()
/linux/include/net/netfilter/
H A Dnf_tables.h894 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *, member
1417 const struct nft_object_ops *(*select_ops)(const struct nft_ctx *, member