Searched refs:select_ops (Results  1 – 17 of 17) sorted by relevance
| /Linux-v5.4/net/netfilter/ | 
| D | nft_limit.c | 232 	.select_ops	= nft_limit_select_ops, 337 	.select_ops	= nft_limit_obj_select_ops,
  | 
| D | nft_queue.c | 197 	.select_ops	= nft_queue_select_ops,
  | 
| D | nft_fwd_netdev.c | 226 	.select_ops	= nft_fwd_select_ops,
  | 
| D | nft_numgen.c | 198 	.select_ops	= nft_ng_select_ops,
  | 
| D | nft_objref.c | 233 	.select_ops	= nft_objref_select_ops,
  | 
| D | nft_hash.c | 229 	.select_ops	= nft_hash_select_ops,
  | 
| D | nft_cmp.c | 274 	.select_ops	= nft_cmp_select_ops,
  | 
| D | nft_compat.c | 774 	.select_ops	= nft_match_select_ops, 856 	.select_ops	= nft_target_select_ops,
  | 
| D | nft_exthdr.c | 541 	.select_ops	= nft_exthdr_select_ops,
  | 
| D | nft_meta.c | 602 	.select_ops	= nft_meta_select_ops,
  | 
| D | nft_payload.c | 654 	.select_ops	= nft_payload_select_ops,
  | 
| D | nft_ct.c | 756 	.select_ops	= nft_ct_select_ops,
  | 
| D | nf_tables_api.c | 2166 	if (type->select_ops != NULL) {  in nf_tables_expr_parse() 2167 		ops = type->select_ops(ctx,  in nf_tables_expr_parse() 5059 	if (type->select_ops) {  in nft_obj_init() 5060 		ops = type->select_ops(ctx, (const struct nlattr * const *)tb);  in nft_obj_init()
  | 
| /Linux-v5.4/net/bridge/netfilter/ | 
| D | nft_meta_bridge.c | 136 	.select_ops     = nft_meta_bridge_select_ops,
  | 
| /Linux-v5.4/net/ipv4/netfilter/ | 
| D | nft_fib_ipv4.c | 191 	.select_ops	= nft_fib4_select_ops,
  | 
| /Linux-v5.4/net/ipv6/netfilter/ | 
| D | nft_fib_ipv6.c | 236 	.select_ops	= nft_fib6_select_ops,
  | 
| /Linux-v5.4/include/net/netfilter/ | 
| D | nf_tables.h | 735 	const struct nft_expr_ops	*(*select_ops)(const struct nft_ctx *,  member 1109 	const struct nft_object_ops	*(*select_ops)(const struct nft_ctx *,  member
  |