Home
last modified time | relevance | path

Searched refs:has_gw (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dfib_frontend.c731 bool has_gw = false, has_via = false; in rtm_to_fib_config() local
780 has_gw = true; in rtm_to_fib_config()
841 if (has_gw && has_via) { in rtm_to_fib_config()
/linux/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c2281 bool has_gw; in ofdpa_port_fib_ipv4() local
2289 has_gw = !!nh->fib_nh_gw4; in ofdpa_port_fib_ipv4()
2291 if (has_gw && nh_on_port) { in ofdpa_port_fib_ipv4()