Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Dfib_frontend.c728 bool has_gw = false, has_via = false; in rtm_to_fib_config() local
777 has_gw = true; in rtm_to_fib_config()
838 if (has_gw && has_via) { in rtm_to_fib_config()
/linux-6.1.9/drivers/net/ethernet/rocker/
Drocker_ofdpa.c2280 bool has_gw; in ofdpa_port_fib_ipv4() local
2288 has_gw = !!nh->fib_nh_gw4; in ofdpa_port_fib_ipv4()
2290 if (has_gw && nh_on_port) { in ofdpa_port_fib_ipv4()