Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDsystm.h305 int cr_canseeinpcb(struct ucred *cred, struct inpcb *inp);
/trueos/sys/netinet/
HDip_divert.c674 cr_canseeinpcb(req->td->td_ucred, inp) == 0) { in div_pcblist()
HDtcp_subr.c1285 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()
HDudp_usrreq.c836 cr_canseeinpcb(req->td->td_ucred, inp) == 0) { in udp_pcblist()
918 error = cr_canseeinpcb(req->td->td_ucred, inp); in udp_getcred()
HDraw_ip.c1056 cr_canseeinpcb(req->td->td_ucred, inp) == 0) { in rip_pcblist()
/trueos/sys/kern/
HDkern_prot.c1755 cr_canseeinpcb(struct ucred *cred, struct inpcb *inp) in cr_canseeinpcb() function