Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnft_limit.c235 .select_ops = nft_limit_select_ops,
340 .select_ops = nft_limit_obj_select_ops,
Dnft_fwd_netdev.c221 .select_ops = nft_fwd_select_ops,
Dnft_queue.c200 .select_ops = nft_queue_select_ops,
Dnft_cmp.c222 .select_ops = nft_cmp_select_ops,
Dnft_objref.c203 .select_ops = nft_objref_select_ops,
Dnft_numgen.c329 .select_ops = nft_ng_select_ops,
Dnft_hash.c354 .select_ops = nft_hash_select_ops,
Dnft_exthdr.c410 .select_ops = nft_exthdr_select_ops,
Dnft_payload.c432 .select_ops = nft_payload_select_ops,
Dnft_meta.c541 .select_ops = nft_meta_select_ops,
Dnft_compat.c799 .select_ops = nft_match_select_ops,
896 .select_ops = nft_target_select_ops,
Dnft_ct.c735 .select_ops = nft_ct_select_ops,
Dnf_tables_api.c2050 if (type->select_ops != NULL) { in nf_tables_expr_parse()
2051 ops = type->select_ops(ctx, in nf_tables_expr_parse()
4818 if (type->select_ops) { in nft_obj_init()
4819 ops = type->select_ops(ctx, (const struct nlattr * const *)tb); in nft_obj_init()
/Linux-v4.19/net/ipv4/netfilter/
Dnft_fib_ipv4.c227 .select_ops = nft_fib4_select_ops,
/Linux-v4.19/net/ipv6/netfilter/
Dnft_fib_ipv6.c257 .select_ops = nft_fib6_select_ops,
/Linux-v4.19/include/net/netfilter/
Dnf_tables.h706 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *, member
1061 const struct nft_object_ops *(*select_ops)(const struct nft_ctx *, member