Searched refs:prison_if (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | jail.h | 435 int prison_if(struct ucred *cred, const struct sockaddr *sa);
|
| /f-stack/freebsd/net/ |
| H A D | if_ipsec.c | 726 error = prison_if(curthread->td_ucred, in ipsec_ioctl() 735 error = prison_if(curthread->td_ucred, in ipsec_ioctl()
|
| H A D | rtsock.c | 468 if (prison_if(cred, nh->nh_ifa->ifa_addr) == 0) { in rtm_get_jailed() 2106 : prison_if(td_ucred, rt_dst) != 0) in can_export_rte() 2372 if (prison_if(w->w_req->td->td_ucred, in sysctl_iflist() 2423 if (prison_if(w->w_req->td->td_ucred, in sysctl_ifmalist()
|
| H A D | if_me.c | 317 error = prison_if(curthread->td_ucred, sintosa(src)); in me_ioctl()
|
| H A D | if.c | 3248 if (prison_if(curthread->td_ucred, sa) != 0) in ifconf()
|
| /f-stack/lib/ |
| H A D | ff_route.c | 357 if (prison_if(cred, nh->nh_ifa->ifa_addr) == 0) { in rtm_get_jailed() 1027 : prison_if(td_ucred, rt_dst) != 0) in can_export_rte() 1486 : prison_if(curthread->td_ucred,
|
| H A D | ff_glue.c | 244 prison_if(struct ucred *cred, const struct sockaddr *sa) in prison_if() function
|
| /f-stack/freebsd/netinet/ |
| H A D | in_gif.c | 262 error = prison_if(curthread->td_ucred, (struct sockaddr *)src); in in_gif_ioctl()
|
| H A D | ip_gre.c | 520 error = prison_if(curthread->td_ucred, (struct sockaddr *)src); in in_gre_ioctl()
|
| H A D | in.c | 1623 if (prison_if(wr->td->td_ucred, (struct sockaddr *)&arpc.sin) != 0) in in_lltable_dump_entry()
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_gif.c | 278 error = prison_if(curthread->td_ucred, (struct sockaddr *)src); in in6_gif_ioctl()
|
| H A D | ip6_gre.c | 531 error = prison_if(curthread->td_ucred, (struct sockaddr *)src); in in6_gre_ioctl()
|
| H A D | in6.c | 2412 if (prison_if(wr->td->td_ucred, (struct sockaddr *)&ndpc.sin6) != 0) in in6_lltable_dump_entry()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_jail.c | 2993 prison_if(struct ucred *cred, const struct sockaddr *sa) in prison_if() function
|