Searched refs:raw_attach (Results 1 – 4 of 4) sorted by relevance
64 int raw_attach(struct socket *, int, struct rawcbhead *);
67 raw_attach(struct socket *so, int proto, struct rawcbhead *rawcbhead) in raw_attach() function
308 if ((error = raw_attach(so, proto, &rt_rawcb)) == 0) { in COMPATNAME()
392 error = raw_attach(so, proto, &key_rawcb); in key_attach()