Home
last modified time | relevance | path

Searched refs:intotcpcb (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/netinet/
H A Dtcp_subr.c576 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()
H A Dtcp_var.h210 #define intotcpcb(ip) ((struct tcpcb *)(ip)->inp_ppcb) macro
211 #define sototcpcb(so) (intotcpcb(sotoinpcb(so)))
H A Dtcp_timer.c99 *tp = intotcpcb(inp); in tcp_timer_enter()
H A Dtcp_usrreq.c206 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()
H A Dtcp_input.c609 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()