Searched refs:tcp_attach (Results 1 – 1 of 1) sorted by relevance
131 static int tcp_attach(struct socket *, struct proc *);166 error = tcp_attach(so, p); in tcp_usr_attach()3080 tcp_attach(struct socket *so, struct proc *p) in tcp_attach() function