Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_fwd_netdev.c283 .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.c550 .select_ops = nft_bitwise_select_ops,
H A Dnft_exthdr.c816 .select_ops = nft_exthdr_select_ops,
H A Dnft_payload.c1049 .select_ops = nft_payload_select_ops,
H A Dnft_ct.c807 .select_ops = nft_ct_select_ops,
H A Dnf_tables_api.c3548 if (type->select_ops != NULL) { in nf_tables_expr_parse()
3549 ops = type->select_ops(ctx, in nf_tables_expr_parse()
8167 if (type->select_ops) { in nft_obj_init()
8168 ops = type->select_ops(ctx, (const struct nlattr * const *)tb); in nft_obj_init()
/linux/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c302 .select_ops = nft_fib6_select_ops,
/linux/include/net/netfilter/
H A Dnf_tables.h901 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *, member
1424 const struct nft_object_ops *(*select_ops)(const struct nft_ctx *, member