Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dfib_semantics.c314 nh->fib_nh_gw4 != onh->fib_nh_gw4) in nh_comp()
452 nh->fib_nh_gw4 == gw && in ip_fib_check_default()
636 nh->fib_nh_gw4 = cfg->fc_gw4; in fib_nh_init()
779 nh->fib_nh_gw4 != cfg->fc_gw4) || in fib_get_nhs()
918 cfg->fc_gw4 != nh->fib_nh_gw4) in fib_nh_match()
965 gw != nh->fib_nh_gw4) in fib_nh_match()
977 cfg2.fc_gw4 != nh->fib_nh_gw4) in fib_nh_match()
1140 addr_type = inet_addr_type_dev_table(net, dev, nh->fib_nh_gw4); in fib_check_nh_v4_gw()
1156 .daddr = nh->fib_nh_gw4, in fib_check_nh_v4_gw()
1352 nh->nh_saddr = inet_select_addr(nh->fib_nh_dev, nh->fib_nh_gw4, scope); in fib_info_update_nhc_saddr()
[all …]
Dnexthop.c279 nla_put_be32(skb, NHA_GATEWAY, fib_nh->fib_nh_gw4)) in nh_fill_node()
533 (__force u32)nh->fib_nh_gw4); in ipv4_good_nh()
/kernel/linux/linux-5.10/include/net/
Dip_fib.h119 #define fib_nh_gw4 nh_common.nhc_gw.ipv4 macro
/kernel/linux/linux-5.10/drivers/net/ethernet/rocker/
Drocker_ofdpa.c2288 has_gw = !!nh->fib_nh_gw4; in ofdpa_port_fib_ipv4()
2292 nh->fib_nh_gw4, &index); in ofdpa_port_fib_ipv4()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c3888 memcpy(&nh->gw_addr, &fib_nh->fib_nh_gw4, sizeof(fib_nh->fib_nh_gw4)); in mlxsw_sp_nexthop4_init()