Home
last modified time | relevance | path

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

/freebsd-head/sys/netinet/cc/
HDcc_chd.c246 e_t = khelp_get_osd(&CCV(ccv, t_osd), ertt_id); in chd_ack_received()
347 e_t = khelp_get_osd(&CCV(ccv, t_osd), ertt_id); in chd_cong_signal()
HDcc_hd.c148 e_t = khelp_get_osd(&CCV(ccv, t_osd), ertt_id); in hd_ack_received()
HDcc_vegas.c134 e_t = khelp_get_osd(&CCV(ccv, t_osd), ertt_id); in vegas_ack_received()
HDcc_cdg.c585 e_t = (struct ertt *)khelp_get_osd(&CCV(ccv, t_osd), ertt_id); in cdg_ack_received()
/freebsd-head/sys/netinet/
HDtcp_var.h481 struct osd t_osd; /* storage for Khelp module data */ member
HDtcp_subr.c2258 if (khelp_init_osd(HELPER_CLASS_TCP, &tp->t_osd)) { in tcp_newtcpcb()
2339 khelp_destroy_osd(&tp->t_osd); in tcp_newtcpcb()
2412 khelp_destroy_osd(&tp->t_osd); in tcp_discardcb()
HDtcp_output.c165 &tp->t_osd); in hhook_run_tcp_est_out()
HDtcp_input.c281 &tp->t_osd); in hhook_run_tcp_est_in()