Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din_systm.h63 int cr_canseeinpcb(struct ucred *cred, struct inpcb *inp);
/f-stack/freebsd/netinet/
H A Din_systm.h63 int cr_canseeinpcb(struct ucred *cred, struct inpcb *inp);
H A Din_prot.c59 cr_canseeinpcb(struct ucred *cred, struct inpcb *inp) in cr_canseeinpcb() function
H A Dudp_usrreq.c892 cr_canseeinpcb(req->td->td_ucred, inp) == 0) { in udp_pcblist()
952 error = cr_canseeinpcb(req->td->td_ucred, inp); in udp_getcred()
H A Draw_ip.c1135 cr_canseeinpcb(req->td->td_ucred, inp) == 0) { in rip_pcblist()
H A Dtcp_subr.c2306 crerr = cr_canseeinpcb(req->td->td_ucred, inp); in tcp_pcblist()
2370 error = cr_canseeinpcb(req->td->td_ucred, inp); in tcp_getcred()
2438 error = cr_canseeinpcb(req->td->td_ucred, inp); in tcp6_getcred()
/f-stack/lib/
H A Dff_glue.c925 cr_canseeinpcb(struct ucred *cred, struct inpcb *inp) in cr_canseeinpcb() function