Home
last modified time | relevance | path

Searched refs:spx_attach (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/sys/netipx/
Dspx_usrreq.c121 static int spx_attach(struct socket *so, int proto, struct thread *td);
141 .pru_attach = spx_attach,
1074 spx_attach(struct socket *so, int proto, struct thread *td) in spx_attach() function
1487 error = spx_attach(so, proto, td); in spx_sp_attach()