Searched refs:find_tcp (Results 1 – 4 of 4) sorted by relevance
53 extern struct sock *find_tcp __P((int, struct tcpiphdr *));55 extern struct tcpcb *find_tcp __P((int, struct tcpiphdr *));
198 struct tcpcb *find_tcp(fd, ti) in find_tcp() function289 struct tcpcb *find_tcp(tfd, ti) in find_tcp() function438 if (!(t = find_tcp(fd, ti)))
154 struct sock *find_tcp(fd, ti) in find_tcp() function235 if (!(s = find_tcp(fd, ti)))
1135 if (!(tcbp = find_tcp(fd, &ti))) {