Searched refs:dlb (Results 1 – 1 of 1) sorted by relevance
189 struct divcblbgroup *dlb; in divert_packet() local299 CK_SLIST_FOREACH(dlb, &V_divlbhash[DIVHASH(nport)], dl_next) { in divert_packet()302 count = atomic_load_acq_int(&dlb->dl_count); in divert_packet()303 if (dlb->dl_port == nport && count > 0) { in divert_packet()307 dcb = dlb->dl_dcb[hash % count]; in divert_packet()311 if (dlb == NULL) { in divert_packet()639 struct divcblbgroup *dlb = __containerof(ctx, struct divcblbgroup, in divlbgroup_free() local642 free(dlb, M_PCB); in divlbgroup_free()648 struct divcblbgroup *dlb; in div_lbgroup_detach() local650 CK_SLIST_FOREACH(dlb, &V_divlbhash[DCBHASH(dcb)], dl_next) { in div_lbgroup_detach()[all …]