Searched refs:intotcpcb (Results 1 – 5 of 5) sorted by relevance
576 struct tcpcb *tp = intotcpcb(inp); in tcp_notify()692 if ((tp = intotcpcb(inp)) && in tcp6_ctlinput()749 if (inp && (tp = intotcpcb(inp)) && in tcp_ctlinput()816 if ((tp = intotcpcb(inp)) && in tcp_ctlinput()858 struct tcpcb *tp = intotcpcb(inp); in tcp_mtudisc()896 struct tcpcb *tp = intotcpcb(inp); in tcp_mtudisc_increase()
210 #define intotcpcb(ip) ((struct tcpcb *)(ip)->inp_ppcb) macro211 #define sototcpcb(so) (intotcpcb(sotoinpcb(so)))
99 *tp = intotcpcb(inp); in tcp_timer_enter()
206 if ((inp = sotoinpcb(so)) == NULL || (tp = intotcpcb(inp)) == NULL) { in tcp_sogetpcb()344 tp = intotcpcb(inp); in tcp_ctloutput()1220 tp = intotcpcb(inp); in tcp_ident()
609 KASSERT(intotcpcb(inp) == NULL || intotcpcb(inp)->t_inpcb == inp); in tcp_input() 627 tp = intotcpcb(inp); in tcp_input() 738 tp = intotcpcb(inp); in tcp_input() 3584 tp = intotcpcb(inp); in syn_cache_get() 3642 tp->t_flags = intotcpcb(listeninp)->t_flags & (TF_NOPUSH|TF_NODELAY); in syn_cache_get()