Searched refs:select_ops (Results 1 – 18 of 18) sorted by relevance
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nft_limit.c | 232 .select_ops = nft_limit_select_ops, 337 .select_ops = nft_limit_obj_select_ops,
|
| H A D | nft_queue.c | 197 .select_ops = nft_queue_select_ops,
|
| H A D | nft_numgen.c | 189 .select_ops = nft_ng_select_ops,
|
| H A D | nft_fwd_netdev.c | 245 .select_ops = nft_fwd_select_ops,
|
| H A D | nft_hash.c | 228 .select_ops = nft_hash_select_ops,
|
| H A D | nft_objref.c | 233 .select_ops = nft_objref_select_ops,
|
| H A D | nft_compat.c | 788 .select_ops = nft_match_select_ops, 870 .select_ops = nft_target_select_ops,
|
| H A D | nft_bitwise.c | 426 .select_ops = nft_bitwise_select_ops,
|
| H A D | nft_cmp.c | 414 .select_ops = nft_cmp_select_ops,
|
| H A D | nft_exthdr.c | 542 .select_ops = nft_exthdr_select_ops,
|
| H A D | nft_meta.c | 785 .select_ops = nft_meta_select_ops,
|
| H A D | nft_payload.c | 786 .select_ops = nft_payload_select_ops,
|
| H A D | nft_ct.c | 760 .select_ops = nft_ct_select_ops,
|
| H A D | nf_tables_api.c | 2629 if (type->select_ops != NULL) { in nf_tables_expr_parse() 2630 ops = type->select_ops(ctx, in nf_tables_expr_parse() 5823 if (type->select_ops) { in nft_obj_init() 5824 ops = type->select_ops(ctx, (const struct nlattr * const *)tb); in nft_obj_init()
|
| /OK3568_Linux_fs/kernel/net/bridge/netfilter/ |
| H A D | nft_meta_bridge.c | 135 .select_ops = nft_meta_bridge_select_ops,
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | nft_fib_ipv4.c | 194 .select_ops = nft_fib4_select_ops,
|
| /OK3568_Linux_fs/kernel/net/ipv6/netfilter/ |
| H A D | nft_fib_ipv6.c | 254 .select_ops = nft_fib6_select_ops,
|
| /OK3568_Linux_fs/kernel/include/net/netfilter/ |
| H A D | nf_tables.h | 762 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *, member 1177 const struct nft_object_ops *(*select_ops)(const struct nft_ctx *, member
|