Searched refs:cr_canseeinpcb (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet/ |
H A D | in_prot.c | 53 cr_canseeinpcb(struct ucred *cred, struct inpcb *inp) in cr_canseeinpcb() function 77 if (cr_canseeinpcb(td->td_ucred, inp) == 0 && in cr_canexport_ktlskeys()
|
H A D | in_systm.h | 63 int cr_canseeinpcb(struct ucred *cred, struct inpcb *inp);
|
H A D | udp_usrreq.c | 822 cr_canseeinpcb(req->td->td_ucred, inp) == 0) { in udp_pcblist() 883 error = cr_canseeinpcb(req->td->td_ucred, inp); in udp_getcred()
|
H A D | tcp_subr.c | 2634 cr_canseeinpcb(req->td->td_ucred, inp) == 0) { in tcp_pcblist() 2709 cr_canseeinpcb(req->td->td_ucred, inp) != 0) in tcp_ktlslist_locked() 2795 cr_canseeinpcb(req->td->td_ucred, inp) != 0) in tcp_ktlslist_locked() 2960 error = cr_canseeinpcb(req->td->td_ucred, inp); in tcp_getcred() 3028 error = cr_canseeinpcb(req->td->td_ucred, inp); in tcp6_getcred()
|
H A D | raw_ip.c | 1061 cr_canseeinpcb(req->td->td_ucred, inp) == 0) { in rip_pcblist()
|