Searched refs:cr_canseeinpcb (Results 1 – 6 of 6) sorted by relevance
305 int cr_canseeinpcb(struct ucred *cred, struct inpcb *inp);
674 cr_canseeinpcb(req->td->td_ucred, inp) == 0) { in div_pcblist()
1285 error = cr_canseeinpcb(req->td->td_ucred, inp); in tcp_pcblist()1384 error = cr_canseeinpcb(req->td->td_ucred, inp); in tcp_getcred()1448 error = cr_canseeinpcb(req->td->td_ucred, inp); in tcp6_getcred()
836 cr_canseeinpcb(req->td->td_ucred, inp) == 0) { in udp_pcblist()918 error = cr_canseeinpcb(req->td->td_ucred, inp); in udp_getcred()
1056 cr_canseeinpcb(req->td->td_ucred, inp) == 0) { in rip_pcblist()
1755 cr_canseeinpcb(struct ucred *cred, struct inpcb *inp) in cr_canseeinpcb() function