find_tcp
extern struct tcpcb *find_tcp(int, struct tcpiphdr *);
if (!(tcbp = find_tcp(fd, &ti))) {
if (!(t = find_tcp(fd, ti)))