Searched refs:find_tcp (Results 1 – 3 of 3) sorted by relevance
44 extern struct tcpcb *find_tcp(int, struct tcpiphdr *);
153 find_tcp(int tfd, struct tcpiphdr *ti) in find_tcp() function287 if (!(t = find_tcp(fd, ti))) in do_socket()
1086 if (!(tcbp = find_tcp(fd, &ti))) { in ip_test5()