Home
last modified time | relevance | path

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

/freebsd-head/sys/net/route/
HDroute_rtentry.c206 rt_is_exportable(const struct rtentry *rt, struct ucred *cred) in rt_is_exportable() function
HDroute_ctl.h135 bool rt_is_exportable(const struct rtentry *rt, struct ucred *cred);
/freebsd-head/sys/netlink/route/
HDrt.c563 if (!rt_is_exportable(rt, nlp_get_cred(wa->nlp))) in dump_rtentry()
659 if (!rt_is_exportable(rt, nlp_get_cred(nlp))) in handle_rtm_getroute()
/freebsd-head/sys/net/
HDrtsock.c1206 if (!rt_is_exportable(rc.rc_rt, curthread->td_ucred)) in rts_send()
2247 if (!rt_is_exportable(rt, w->w_req->td->td_ucred)) in sysctl_dumpentry()