Searched refs:jailed_without_vnet (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dtcp_hostcache.c653 if (jailed_without_vnet(curthread->td_ucred) != 0)
727 if (jailed_without_vnet(curthread->td_ucred) != 0)
H A Draw_ip.c331 if (jailed_without_vnet(inp->inp_cred)) {
371 if (jailed_without_vnet(inp->inp_cred)) {
H A Dtcp_fastopen.c1163 if (jailed_without_vnet(curthread->td_ucred) != 0)
/freebsd-13-stable/sys/sys/
H A Djail.h407 int jailed_without_vnet(struct ucred *);
/freebsd-13-stable/sys/netinet6/
H A Draw_ip6.c231 if (jailed_without_vnet(inp->inp_cred)) {
/freebsd-13-stable/sys/net/
H A Drtsock.c2193 if ((!rt_is_host) ? jailed_without_vnet(td_ucred)
/freebsd-13-stable/sys/kern/
H A Dkern_jail.c3192 jailed_without_vnet(struct ucred *cred) function

Completed in 107 milliseconds