Searched refs:select_ops (Results 1 – 18 of 18) sorted by relevance
/Linux-v6.6/net/netfilter/ |
D | nft_limit.c | 307 .select_ops = nft_limit_select_ops, 430 .select_ops = nft_limit_obj_select_ops,
|
D | nft_queue.c | 228 .select_ops = nft_queue_select_ops,
|
D | nft_fwd_netdev.c | 252 .select_ops = nft_fwd_select_ops,
|
D | nft_numgen.c | 235 .select_ops = nft_ng_select_ops,
|
D | nft_objref.c | 240 .select_ops = nft_objref_select_ops,
|
D | nft_hash.c | 264 .select_ops = nft_hash_select_ops,
|
D | nft_compat.c | 817 .select_ops = nft_match_select_ops, 900 .select_ops = nft_target_select_ops,
|
D | nft_cmp.c | 432 .select_ops = nft_cmp_select_ops,
|
D | nft_bitwise.c | 512 .select_ops = nft_bitwise_select_ops,
|
D | nft_meta.c | 898 .select_ops = nft_meta_select_ops,
|
D | nft_exthdr.c | 838 .select_ops = nft_exthdr_select_ops,
|
D | nft_payload.c | 1033 .select_ops = nft_payload_select_ops,
|
D | nft_ct.c | 827 .select_ops = nft_ct_select_ops,
|
D | nf_tables_api.c | 3130 if (type->select_ops != NULL) { in nf_tables_expr_parse() 3131 ops = type->select_ops(ctx, in nf_tables_expr_parse() 7338 if (type->select_ops) { in nft_obj_init() 7339 ops = type->select_ops(ctx, (const struct nlattr * const *)tb); in nft_obj_init()
|
/Linux-v6.6/net/bridge/netfilter/ |
D | nft_meta_bridge.c | 221 .select_ops = nft_meta_bridge_select_ops,
|
/Linux-v6.6/net/ipv4/netfilter/ |
D | nft_fib_ipv4.c | 200 .select_ops = nft_fib4_select_ops,
|
/Linux-v6.6/net/ipv6/netfilter/ |
D | nft_fib_ipv6.c | 261 .select_ops = nft_fib6_select_ops,
|
/Linux-v6.6/include/net/netfilter/ |
D | nf_tables.h | 840 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *, member 1313 const struct nft_object_ops *(*select_ops)(const struct nft_ctx *, member
|