Home
last modified time | relevance | path

Searched refs:dl_count (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dip_divert.c157 int dl_count; member
302 count = atomic_load_acq_int(&dlb->dl_count); in divert_packet()
662 for (int i = 0; i < dlb->dl_count; i++) { in div_lbgroup_detach()
668 count = dlb->dl_count; in div_lbgroup_detach()
671 atomic_store_rel_int(&dlb->dl_count, count - 1); in div_lbgroup_detach()
739 dlb->dl_count = 1; in div_bind()
743 } else if (tmp->dl_count < DIVCBLBGROUP_SIZE) { in div_bind()
744 KASSERT(tmp->dl_count > 0, in div_bind()
747 tmp->dl_dcb[tmp->dl_count] = dcb; in div_bind()
748 atomic_store_rel_int(&tmp->dl_count, tmp->dl_count + 1); in div_bind()
/freebsd/contrib/libpcap/
H A Dpcap-dlpi.c1851 for (i = 0; i < ap->dl_count; i++) {
1864 i = ap->dl_count;
1867 if (i == ap->dl_count) {
1893 for (i = 0; i < ap->dl_count; i++) {
1901 if (i == ap->dl_count) {