Lines Matching refs:divcb
138 struct divcb { struct
140 SLIST_ENTRY(divcb) dcb_next; argument
150 SLIST_HEAD(divhashhead, divcb); argument
170 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()
650 struct divcb *dcb; in div_pcblist()