intotcpcb
struct tcpcb *tcpcb = intotcpcb(inpcb);
struct tcpcb *tcpcb = intotcpcb(inpcb);
tp = intotcpcb(inp);
tp->t_flags = intotcpcb(listeninp)->t_flags & (TF_NOPUSH|TF_NODELAY);
KASSERT(intotcpcb(inp) == NULL || intotcpcb(inp)->t_inpcb == inp);
tp = intotcpcb(inp);
tp = intotcpcb(inp);
struct tcpcb *tp = intotcpcb(inp);
tp = intotcpcb(inp);
if ((tp = intotcpcb(inp)) &&
tp = intotcpcb(inp);
tp = intotcpcb(inp);
struct tcpcb *tp = intotcpcb(inp);
struct tcpcb *tp = intotcpcb(inp);
*tp = intotcpcb(inp);
tp = intotcpcb(inp);
if ((inp = sotoinpcb(so)) == NULL || (tp = intotcpcb(inp)) == NULL) {
tp = intotcpcb(inp);
#define sototcpcb(so) (intotcpcb(sotoinpcb(so)))