Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc_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()
H A Dcc_vegas.c134 e_t = khelp_get_osd(&CCV(ccv, t_osd), ertt_id); in vegas_ack_received()
H A Dcc_cdg.c585 e_t = (struct ertt *)khelp_get_osd(&CCV(ccv, t_osd), ertt_id); in cdg_ack_received()
/freebsd/sys/netinet/
H A Dtcp_var.h482 struct osd t_osd; /* storage for Khelp module data */ member
H A Dtcp_subr.c2271 if (khelp_init_osd(HELPER_CLASS_TCP, &tp->t_osd)) { in tcp_newtcpcb()
2358 khelp_destroy_osd(&tp->t_osd); in tcp_newtcpcb()
2436 khelp_destroy_osd(&tp->t_osd); in tcp_discardcb()
H A Dtcp_output.c168 &tp->t_osd); in hhook_run_tcp_est_out()
H A Dtcp_input.c279 &tp->t_osd); in hhook_run_tcp_est_in()