Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Droute_ctl.h105 bool rt_is_host(const struct rtentry *rt);
H A Droute_ctl.c252 rt_is_host(const struct rtentry *rt) in rt_is_host() function
/f-stack/lib/
H A Dff_route.c951 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() argument
1026 if ((!rt_is_host) ? jailed_without_vnet(td_ucred) in can_export_rte()
/f-stack/freebsd/net/
H A Drtsock.c195 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() argument
2105 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()