Searched refs:divcb (Results 1 – 1 of 1) sorted by relevance
138 struct divcb { struct140 SLIST_ENTRY(divcb) dcb_next; argument150 SLIST_HEAD(divhashhead, divcb); argument170 struct divcb *dcb; in divert_packet()565 struct divcb *dcb; in div_attach()591 struct divcb *dcb = __containerof(ctx, struct divcb, dcb_epochctx); in div_free()599 struct divcb *dcb = so->so_pcb; in div_detach()604 SLIST_REMOVE(&V_divhash[DCBHASH(dcb)], dcb, divcb, dcb_next); in div_detach()614 struct divcb *dcb; in div_bind()630 SLIST_REMOVE(&V_divhash[DCBHASH(dcb)], dcb, divcb, dcb_next); in div_bind()[all …]