Home
last modified time | relevance | path

Searched refs:ro_tableid (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/net/
Droute.c215 ro->ro_tableid == rtableid && in route_cache()
231 ro->ro_tableid = rtableid; in route_cache()
255 ro->ro_rt = rtalloc_mpath(&ro->ro_dstsa, s, ro->ro_tableid); in route_mpath()
272 ro->ro_tableid == rtableid && in route6_cache()
288 ro->ro_tableid = rtableid; in route6_cache()
308 ro->ro_rt = rtalloc_mpath(&ro->ro_dstsa, s, ro->ro_tableid); in route6_mpath()
Droute.h394 u_long ro_tableid; /* u_long because of alignment */ member
/openbsd/src/sys/netinet/
Dip_output.c190 &ip->ip_src.s_addr, ro->ro_tableid); in ip_output()
458 if (ro->ro_tableid != orig_rtableid) { in ip_output()
460 ro->ro_tableid = orig_rtableid; in ip_output()
462 ro->ro_dstsin.sin_addr, ro->ro_tableid, 0); in ip_output()