Searched refs:catchall (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum1_acl_tcam.c | 19 } catchall; member 68 ®ion->catchall.cchunk, in mlxsw_sp1_acl_ctcam_region_catchall_add() 82 ®ion->catchall.cchunk, in mlxsw_sp1_acl_ctcam_region_catchall_add() 83 ®ion->catchall.centry, in mlxsw_sp1_acl_ctcam_region_catchall_add() 87 region->catchall.rulei = rulei; in mlxsw_sp1_acl_ctcam_region_catchall_add() 95 mlxsw_sp_acl_ctcam_chunk_fini(®ion->catchall.cchunk); in mlxsw_sp1_acl_ctcam_region_catchall_add() 103 struct mlxsw_sp_acl_rule_info *rulei = region->catchall.rulei; in mlxsw_sp1_acl_ctcam_region_catchall_del() 106 ®ion->catchall.cchunk, in mlxsw_sp1_acl_ctcam_region_catchall_del() 107 ®ion->catchall.centry); in mlxsw_sp1_acl_ctcam_region_catchall_del() 109 mlxsw_sp_acl_ctcam_chunk_fini(®ion->catchall.cchunk); in mlxsw_sp1_acl_ctcam_region_catchall_del()
|
/linux-5.19.10/net/netfilter/ |
D | nf_tables_api.c | 4628 struct nft_set_elem_catchall *next, *catchall; in nft_set_catchall_destroy() local 4630 list_for_each_entry_safe(catchall, next, &set->catchall_list, list) { in nft_set_catchall_destroy() 4631 list_del_rcu(&catchall->list); in nft_set_catchall_destroy() 4632 nft_set_elem_destroy(set, catchall->elem, true); in nft_set_catchall_destroy() 4633 kfree_rcu(catchall, rcu); in nft_set_catchall_destroy() 4731 struct nft_set_elem_catchall *catchall; in nft_set_catchall_bind_check() local 4736 list_for_each_entry_rcu(catchall, &set->catchall_list, list) { in nft_set_catchall_bind_check() 4737 ext = nft_set_elem_ext(set, catchall->elem); in nft_set_catchall_bind_check() 4741 elem.priv = catchall->elem; in nft_set_catchall_bind_check() 5039 struct nft_set_elem_catchall *catchall; in nft_set_catchall_dump() local [all …]
|
/linux-5.19.10/Documentation/scsi/ |
D | scsi_fc_transport.rst | 271 The vport is not operational. This is a catchall for all other
|