Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_divert.c91 #define DCBHASH(dcb) ((dcb)->dcb_port % DIVHASHSIZE) macro
604 SLIST_REMOVE(&V_divhash[DCBHASH(dcb)], dcb, divcb, dcb_next); in div_detach()
630 SLIST_REMOVE(&V_divhash[DCBHASH(dcb)], dcb, divcb, dcb_next); in div_bind()