Searched refs:natm_usr_attach (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/netnatm/
H A Dnatm.c103 static int natm_usr_attach(struct socket *, int, struct thread *);
120 natm_usr_attach(struct socket *so, int proto, struct thread *p) function
126 KASSERT(npcb == NULL, ("natm_usr_attach: so_pcb != NULL"));
391 .pru_attach = natm_usr_attach,

Completed in 62 milliseconds