Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dsocketops.h78 int so_pru_attach (struct socket *so, int proto, struct pru_attach_info *ai);
/dragonfly/sys/kern/
H A Duipc_msg.c109 so_pru_attach(struct socket *so, int proto, struct pru_attach_info *ai) in so_pru_attach() function
154 return so_pru_attach(so, proto, NULL /* postattach */); in so_pru_attach_fast()
H A Duipc_socket.c276 error = so_pru_attach(so, proto, &ai); in socreate()