Home
last modified time | relevance | path

Searched refs:ro_flags (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/sys/netinet/
H A Din_fib.h39 uint16_t ro_flags; member
H A Dip_output.c294 ro->ro_flags &= ~ (RT_REJECT|RT_BLACKHOLE|RT_HAS_GW); in rt_update_ro_flags()
296 ro->ro_flags |= (nh_flags & NHF_REJECT) ? RT_REJECT : 0; in rt_update_ro_flags()
297 ro->ro_flags |= (nh_flags & NHF_BLACKHOLE) ? RT_BLACKHOLE : 0; in rt_update_ro_flags()
298 ro->ro_flags |= (nh_flags & NHF_GATEWAY) ? RT_HAS_GW : 0; in rt_update_ro_flags()
H A Dip_fastfwd.c461 ro.ro_flags |= RT_HAS_GW; in ip_tryforward()
H A Dif_ether.c427 ro.ro_flags = 0; in arprequest_internal()
1114 ro.ro_flags = 0; in in_arpinput()
H A Dsctp_structs.h207 uint16_t ro_flags; member
H A Din_pcb.c654 inp->inp_route.ro_flags = RT_LLE_CACHE; in in_pcballoc()
/freebsd-14.2/sys/net/
H A Droute.h60 uint16_t ro_flags; member
401 (ro)->ro_flags & RT_HAS_GW \
H A Dif_loop.c216 if (ro != NULL && ro->ro_flags & (RT_REJECT|RT_BLACKHOLE)) { in looutput()
218 return (ro->ro_flags & RT_BLACKHOLE ? 0 : EHOSTUNREACH); in looutput()
H A Dif_infiniband.c284 if (ro != NULL && (ro->ro_flags & RT_HAS_GW) != 0) in infiniband_resolve_addr()
325 if ((ro->ro_flags & RT_LLE_CACHE) != 0) { in infiniband_output()
H A Dif_ethersubr.c265 if (ro != NULL && (ro->ro_flags & RT_HAS_GW) != 0) in ether_resolve_addr()
307 if ((ro->ro_flags & RT_LLE_CACHE) != 0) { in ether_output()
H A Dif_fwsubr.c112 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in firewire_output()
H A Dbpf.c1275 ro.ro_flags = RT_HAS_HEADER; in bpfwrite()
/freebsd-14.2/sys/net/route/
H A Droute_var.h108 _CHK_ROUTE_FIELD(_route_new, ro_flags) \
/freebsd-14.2/sys/netinet6/
H A Din6.h385 uint16_t ro_flags; member
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c773 ro.ro_flags |= RT_HAS_GW; in ipf_fastroute()