Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dkhelp.h71 void * khelp_get_osd(struct osd *hosd, int32_t id);
/f-stack/freebsd/netinet/cc/
H A Dcc_chd.c241 e_t = khelp_get_osd(CCV(ccv, osd), ertt_id); in chd_ack_received()
333 e_t = khelp_get_osd(CCV(ccv, osd), ertt_id); in chd_cong_signal()
H A Dcc_hd.c138 e_t = khelp_get_osd(CCV(ccv, osd), ertt_id); in hd_ack_received()
H A Dcc_vegas.c131 e_t = khelp_get_osd(CCV(ccv, osd), ertt_id); in vegas_ack_received()
H A Dcc_cdg.c575 e_t = (struct ertt *)khelp_get_osd(CCV(ccv, osd), ertt_id); in cdg_ack_received()
/f-stack/freebsd/kern/
H A Dkern_khelp.c232 khelp_get_osd(struct osd *hosd, int32_t id) in khelp_get_osd() function