Home
last modified time | relevance | path

Searched refs:PRISON_CAP_NET_LISTEN_OVERRIDE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
H A Djail.h79 #define PRISON_CAP_NET_LISTEN_OVERRIDE 22 /* Can override wildcard on host */ macro
/dragonfly/sys/netinet6/
H A Din6_pcb.c916 if (PRISON_CAP_ISSET(pr->pr_caps, PRISON_CAP_NET_LISTEN_OVERRIDE)) in in6_pcblookup_hash()
922 if (PRISON_CAP_ISSET(pr->pr_caps, PRISON_CAP_NET_LISTEN_OVERRIDE)) in in6_pcblookup_hash()
/dragonfly/sys/kern/
H A Dkern_jail.c103 &prison_default_caps, 0, PRISON_CAP_NET_LISTEN_OVERRIDE,
1029 &pr->pr_caps, 0, PRISON_CAP_NET_LISTEN_OVERRIDE, in prison_sysctl_create()
/dragonfly/sys/netinet/
H A Din_pcb.c1665 if (PRISON_CAP_ISSET(pr->pr_caps, PRISON_CAP_NET_LISTEN_OVERRIDE)) in inp_localgroup_lookup()
1671 if (PRISON_CAP_ISSET(pr->pr_caps, PRISON_CAP_NET_LISTEN_OVERRIDE)) in inp_localgroup_lookup()
1827 if (PRISON_CAP_ISSET(pr->pr_caps, PRISON_CAP_NET_LISTEN_OVERRIDE)) in in_pcblookup_pkthash()
1833 if (PRISON_CAP_ISSET(pr->pr_caps, PRISON_CAP_NET_LISTEN_OVERRIDE)) in in_pcblookup_pkthash()