Home
last modified time | relevance | path

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

/linux-5.19.10/net/bridge/netfilter/
Dnft_meta_bridge.c156 .select_ops = nft_meta_bridge_select_ops,
/linux-5.19.10/net/netfilter/
Dnft_limit.c306 .select_ops = nft_limit_select_ops,
429 .select_ops = nft_limit_obj_select_ops,
Dnft_queue.c226 .select_ops = nft_queue_select_ops,
Dnft_fwd_netdev.c250 .select_ops = nft_fwd_select_ops,
Dnft_numgen.c233 .select_ops = nft_ng_select_ops,
Dnft_objref.c238 .select_ops = nft_objref_select_ops,
Dnft_hash.c264 .select_ops = nft_hash_select_ops,
Dnft_compat.c814 .select_ops = nft_match_select_ops,
897 .select_ops = nft_target_select_ops,
Dnft_cmp.c417 .select_ops = nft_cmp_select_ops,
Dnft_bitwise.c510 .select_ops = nft_bitwise_select_ops,
Dnft_exthdr.c728 .select_ops = nft_exthdr_select_ops,
Dnft_meta.c836 .select_ops = nft_meta_select_ops,
Dnft_payload.c887 .select_ops = nft_payload_select_ops,
Dnft_ct.c808 .select_ops = nft_ct_select_ops,
Dnf_tables_api.c2833 if (type->select_ops != NULL) { in nf_tables_expr_parse()
2834 ops = type->select_ops(ctx, in nf_tables_expr_parse()
6660 if (type->select_ops) { in nft_obj_init()
6661 ops = type->select_ops(ctx, (const struct nlattr * const *)tb); in nft_obj_init()
/linux-5.19.10/net/ipv4/netfilter/
Dnft_fib_ipv4.c197 .select_ops = nft_fib4_select_ops,
/linux-5.19.10/net/ipv6/netfilter/
Dnft_fib_ipv6.c256 .select_ops = nft_fib6_select_ops,
/linux-5.19.10/include/net/netfilter/
Dnf_tables.h846 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *, member
1264 const struct nft_object_ops *(*select_ops)(const struct nft_ctx *, member