Searched refs:ctbl (Results 1 – 1 of 1) sorted by relevance
37 static unsigned int clip_addr_hash(struct clip_tbl *ctbl, const u32 *addr, in clip_addr_hash() argument40 return v6 ? ipv6_clip_hash(ctbl, addr) : in clip_addr_hash()41 ipv4_clip_hash(ctbl, addr); in clip_addr_hash()77 struct clip_tbl *ctbl = adap->clipt; in cxgb4_clip_get() local83 if (!ctbl) in cxgb4_clip_get()86 hash = clip_addr_hash(ctbl, addr, v6); in cxgb4_clip_get()88 read_lock_bh(&ctbl->lock); in cxgb4_clip_get()89 list_for_each_entry(cte, &ctbl->hash_list[hash], list) { in cxgb4_clip_get()98 read_unlock_bh(&ctbl->lock); in cxgb4_clip_get()103 read_unlock_bh(&ctbl->lock); in cxgb4_clip_get()[all …]