Searched refs:raw_attach (Results 1 – 4 of 4) sorted by relevance
92 extern int raw_attach(struct socket *, int);
93 raw_attach(struct socket *so, int proto) in raw_attach() function
203 return raw_attach(so, proto); in raw_uattach()
190 error = raw_attach(so, proto); in rts_attach()