Lines Matching refs:so
49 register struct socket *so;
54 so = tcb.so_next;
55 if (so)
56 for (; so != &tcb; so = so->so_next)
57 if ((tp = (struct tcpcb *)so->so_tcpcb) &&
170 * keep retransmitting it, it'll keep eating the zeroes, so we keep
174 * So, if we were gonna drop the connection from too many retransmits,
208 * so we'll take the next rtt measurement as our srtt;