Searched refs:select_ops (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/net/bridge/netfilter/ |
D | nft_meta_bridge.c | 112 .select_ops = &nft_meta_bridge_select_ops,
|
/linux-4.4.14/net/netfilter/ |
D | nft_payload.c | 198 .select_ops = nft_payload_select_ops,
|
D | nft_cmp.c | 213 .select_ops = nft_cmp_select_ops,
|
D | nft_limit.c | 210 .select_ops = nft_limit_select_ops,
|
D | nft_meta.c | 375 .select_ops = &nft_meta_select_ops,
|
D | nft_ct.c | 441 .select_ops = &nft_ct_select_ops,
|
D | nft_compat.c | 692 .select_ops = nft_match_select_ops, 776 .select_ops = nft_target_select_ops,
|
D | nf_tables_api.c | 1666 if (type->select_ops != NULL) { in nf_tables_expr_parse() 1667 ops = type->select_ops(ctx, in nf_tables_expr_parse()
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_tables.h | 590 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *, member
|