Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Duipc_usrreq.c288 static int unp_internalize(struct mbuf **, struct thread *);
866 if (control != NULL && (error = unp_internalize(&control, td))) in uipc_send()
1862 unp_internalize(struct mbuf **controlp, struct thread *td) in unp_internalize() function