Searched refs:rt_is_host (Results 1 – 4 of 4) sorted by relevance
105 bool rt_is_host(const struct rtentry *rt);
252 rt_is_host(const struct rtentry *rt) in rt_is_host() function
951 info->rti_info[RTAX_NETMASK] = rt_is_host(rc->rc_rt) ? NULL : &sa_mask.sa; in update_rtm_from_rc()1022 can_export_rte(struct ucred *td_ucred, bool rt_is_host, in can_export_rte() argument1026 if ((!rt_is_host) ? jailed_without_vnet(td_ucred) in can_export_rte()
195 static bool can_export_rte(struct ucred *td_ucred, bool rt_is_host,906 info->rti_info[RTAX_NETMASK] = rt_is_host(rc->rc_rt) ? NULL : &sa_mask.sa; in update_rtm_from_rc()2101 can_export_rte(struct ucred *td_ucred, bool rt_is_host, in can_export_rte() argument2105 if ((!rt_is_host) ? jailed_without_vnet(td_ucred) in can_export_rte()2125 if (!can_export_rte(w->w_req->td->td_ucred, rt_is_host(rt), w->dst)) in sysctl_dumpentry()