Home
last modified time | relevance | path

Searched refs:RT_LLE_CACHE (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/net/
H A Droute.h78 #define RT_LLE_CACHE 0x0100 /* Cache link layer */ macro
H A Dif_infiniband.c315 if ((ro->ro_flags & RT_LLE_CACHE) != 0) { in infiniband_output()
H A Dif_ethersubr.c304 if ((ro->ro_flags & RT_LLE_CACHE) != 0) { in ether_output()
/f-stack/tools/compat/include/net/
H A Droute.h76 #define RT_LLE_CACHE 0x0100 /* Cache link layer */ macro
/f-stack/freebsd/netinet/
H A Din_pcb.c636 inp->inp_route.ro_flags = RT_LLE_CACHE; in in_pcballoc()