Searched refs:select_ops (Results 1 – 7 of 7) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nft_fwd_netdev.c | 280 .select_ops = nft_fwd_select_ops,
|
| H A D | nft_compat.c | 877 .select_ops = nft_match_select_ops, 959 .select_ops = nft_target_select_ops,
|
| H A D | nft_bitwise.c | 540 .select_ops = nft_bitwise_select_ops,
|
| H A D | nft_exthdr.c | 813 .select_ops = nft_exthdr_select_ops,
|
| H A D | nft_ct.c | 809 .select_ops = nft_ct_select_ops,
|
| H A D | nf_tables_api.c | 3546 if (type->select_ops != NULL) { in nf_tables_expr_parse() 3547 ops = type->select_ops(ctx, in nf_tables_expr_parse() 8163 if (type->select_ops) { in nft_obj_init() 8164 ops = type->select_ops(ctx, (const struct nlattr * const *)tb); in nft_obj_init()
|
| /linux/include/net/netfilter/ |
| H A D | nf_tables.h | 894 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *, member 1417 const struct nft_object_ops *(*select_ops)(const struct nft_ctx *, member
|