Lines Matching refs:ucred

244 prison_if(struct ucred *cred, const struct sockaddr *sa)  in prison_if()
250 prison_check_af(struct ucred *cred, int af) in prison_check_af()
256 prison_check_ip4(const struct ucred *cred, const struct in_addr *ia) in prison_check_ip4()
269 prison_check_ip6(const struct ucred *cred, const struct in6_addr *ia) in prison_check_ip6()
285 prison_flag(struct ucred *cred, unsigned flag) in prison_flag()
292 prison_get_ip4(struct ucred *cred, struct in_addr *ia) in prison_get_ip4()
298 prison_local_ip4(struct ucred *cred, struct in_addr *ia) in prison_local_ip4()
304 prison_remote_ip4(struct ucred *cred, struct in_addr *ia) in prison_remote_ip4()
311 prison_get_ip6(struct ucred *cred, struct in6_addr *ia) in prison_get_ip6()
317 prison_local_ip6(struct ucred *cred, struct in6_addr *ia, int other) in prison_local_ip6()
323 prison_remote_ip6(struct ucred *cred, struct in6_addr *ia) in prison_remote_ip6()
330 prison_saddrsel_ip4(struct ucred *cred, struct in_addr *ia) in prison_saddrsel_ip4()
338 prison_saddrsel_ip6(struct ucred *cred, struct in6_addr *ia) in prison_saddrsel_ip6()
347 jailed(struct ucred *cred)
358 jailed_without_vnet(struct ucred *cred) in jailed_without_vnet()
370 priv_check_cred(struct ucred *cred, int priv) in priv_check_cred()
855 struct ucred *
858 register struct ucred *cr; in crget()
869 struct ucred *
870 crhold(struct ucred *cr) in crhold()
880 crfree(struct ucred *cr) in crfree()
895 cru2x(struct ucred *cr, struct xucred *xcr) in cru2x()
913 cr_cansee(struct ucred *u1, struct ucred *u2) in cr_cansee()
919 cr_canseesocket(struct ucred *cred, struct socket *so) in cr_canseesocket()
925 cr_canseeinpcb(struct ucred *cred, struct inpcb *inp) in cr_canseeinpcb()
931 securelevel_gt(struct ucred *cr, int level) in securelevel_gt()
937 securelevel_ge(struct ucred *cr, int level) in securelevel_ge()
1181 getcredhostid(struct ucred *cred, unsigned long *hostid) in getcredhostid()
1190 groupmember(gid_t gid, struct ucred *cred) in groupmember()
1252 getcredhostuuid(struct ucred *cred, char *buf, size_t size) in getcredhostuuid()
1260 getjailname(struct ucred *cred, char *name, size_t len) in getjailname()