Lines Matching defs:so
306 struct socket *so = NULL;
347 so = tp->t_inpcb->inp_socket;
399 * so we'll take the next rtt measurement as our srtt;
407 * point is to keep srtt+4*rttvar constant, so we
439 if (tp && so->so_options & SO_DEBUG)
453 struct socket *so = NULL;
469 so = tp->t_inpcb->inp_socket;
503 if (tp && so->so_options & SO_DEBUG)
515 struct socket *so = NULL; /* Quell compiler warning */
544 so = tp->t_inpcb->inp_socket;
545 KASSERT(so != NULL);
546 if (so->so_options & SO_KEEPALIVE &&
575 if (tp && so->so_options & SO_DEBUG)
595 struct socket *so = NULL;
618 so = tp->t_inpcb->inp_socket;
636 if (tp && so->so_options & SO_DEBUG)