Home
last modified time | relevance | path

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

/src/sys/netinet/
H A Dip_divert.c138 struct divcb { struct
140 CK_SLIST_ENTRY(divcb) dcb_next; argument
150 CK_SLIST_HEAD(divhashhead, divcb); argument
170 struct divcb *dcb; in divert_packet()
506 struct divcb *dcb = so->so_pcb; in div_output_inbound()
568 struct divcb *dcb; in div_attach()
594 struct divcb *dcb = __containerof(ctx, struct divcb, dcb_epochctx); in div_free()
602 struct divcb *dcb = so->so_pcb; in div_detach()
607 CK_SLIST_REMOVE(&V_divhash[DCBHASH(dcb)], dcb, divcb, dcb_next); in div_detach()
617 struct divcb *dcb; in div_bind()
[all …]