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