Searched refs:cr_canseeinpcb (Results 1 – 6 of 6) sorted by relevance
277 int cr_canseeinpcb(struct ucred *cred, struct inpcb *inp);
1147 error = cr_canseeinpcb(req->td->td_ucred, inp); in tcp_pcblist()1246 error = cr_canseeinpcb(req->td->td_ucred, inp); in tcp_getcred()1310 error = cr_canseeinpcb(req->td->td_ucred, inp); in tcp6_getcred()
686 cr_canseeinpcb(req->td->td_ucred, inp) == 0) { in div_pcblist()
745 cr_canseeinpcb(req->td->td_ucred, inp) == 0) { in udp_pcblist()827 error = cr_canseeinpcb(req->td->td_ucred, inp); in udp_getcred()
1045 cr_canseeinpcb(req->td->td_ucred, inp) == 0) { in rip_pcblist()
1747 cr_canseeinpcb(struct ucred *cred, struct inpcb *inp) in cr_canseeinpcb() function