Searched refs:select_ops (Results 1 – 15 of 15) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nft_limit.c | 323 .select_ops = nft_limit_select_ops, 446 .select_ops = nft_limit_obj_select_ops,
|
| H A D | nft_queue.c | 227 .select_ops = nft_queue_select_ops,
|
| H A D | nft_fwd_netdev.c | 251 .select_ops = nft_fwd_select_ops,
|
| H A D | nft_numgen.c | 235 .select_ops = nft_ng_select_ops,
|
| H A D | nft_objref.c | 278 .select_ops = nft_objref_select_ops,
|
| H A D | nft_hash.c | 265 .select_ops = nft_hash_select_ops,
|
| H A D | nft_compat.c | 861 .select_ops = nft_match_select_ops, 944 .select_ops = nft_target_select_ops,
|
| H A D | nft_cmp.c | 432 .select_ops = nft_cmp_select_ops,
|
| H A D | nft_bitwise.c | 624 .select_ops = nft_bitwise_select_ops,
|
| H A D | nft_meta.c | 899 .select_ops = nft_meta_select_ops,
|
| H A D | nft_exthdr.c | 844 .select_ops = nft_exthdr_select_ops,
|
| H A D | nft_ct.c | 854 .select_ops = nft_ct_select_ops,
|
| H A D | nf_tables_api.c | 3471 if (type->select_ops != NULL) { in nf_tables_expr_parse() 3472 ops = type->select_ops(ctx, in nf_tables_expr_parse() 8086 if (type->select_ops) { in nft_obj_init() 8087 ops = type->select_ops(ctx, (const struct nlattr * const *)tb); in nft_obj_init()
|
| /linux/net/ipv6/netfilter/ |
| H A D | nft_fib_ipv6.c | 266 .select_ops = nft_fib6_select_ops,
|
| /linux/include/net/netfilter/ |
| H A D | nf_tables.h | 903 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *, member 1426 const struct nft_object_ops *(*select_ops)(const struct nft_ctx *, member
|