Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dsystm.h277 int cr_canseeinpcb(struct ucred *cred, struct inpcb *inp);
/freebsd-9-stable/sys/netinet/
Dtcp_subr.c1147 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()
Dip_divert.c686 cr_canseeinpcb(req->td->td_ucred, inp) == 0) { in div_pcblist()
Dudp_usrreq.c745 cr_canseeinpcb(req->td->td_ucred, inp) == 0) { in udp_pcblist()
827 error = cr_canseeinpcb(req->td->td_ucred, inp); in udp_getcred()
Draw_ip.c1045 cr_canseeinpcb(req->td->td_ucred, inp) == 0) { in rip_pcblist()
/freebsd-9-stable/sys/kern/
Dkern_prot.c1747 cr_canseeinpcb(struct ucred *cred, struct inpcb *inp) in cr_canseeinpcb() function