Searched refs:tcp_bwmeas_alloc (Results 1 – 3 of 3) sorted by relevance
1649 struct bwmeas* tcp_bwmeas_alloc(struct tcpcb *tp);
1159 tp->t_bwmeas = tcp_bwmeas_alloc(tp); in tcp_newtcpcb()1791 tcp_bwmeas_alloc(struct tcpcb *tp) in tcp_bwmeas_alloc() function
2255 tp->t_bwmeas = tcp_bwmeas_alloc(tp); in tcp_ctloutput()