Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_usrreq.c311 static struct mbuf *unp_addsockcred(struct thread *, struct mbuf *, int);
1048 control = unp_addsockcred(td, control, in uipc_send()
1108 control = unp_addsockcred(td, control, unp2->unp_flags); in uipc_send()
2390 unp_addsockcred(struct thread *td, struct mbuf *control, int mode) in unp_addsockcred() function