Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_divert.c153 #define V_divhash VNET(divhash) macro
276 SLIST_FOREACH(dcb, &V_divhash[DIVHASH(nport)], dcb_next) in divert_packet()
604 SLIST_REMOVE(&V_divhash[DCBHASH(dcb)], dcb, divcb, dcb_next); in div_detach()
623 SLIST_FOREACH(dcb, &V_divhash[DIVHASH(port)], dcb_next) in div_bind()
630 SLIST_REMOVE(&V_divhash[DCBHASH(dcb)], dcb, divcb, dcb_next); in div_bind()
632 SLIST_INSERT_HEAD(&V_divhash[DIVHASH(port)], dcb, dcb_next); in div_bind()
671 SLIST_FOREACH(dcb, &V_divhash[i], dcb_next) { in div_pcblist()