Searched refs:fib_nh_gw4 (Results 1 – 5 of 5) sorted by relevance
/linux/net/ipv4/ |
H A D | fib_semantics.c | 308 nh->fib_nh_gw4 != onh->fib_nh_gw4) in nh_comp() 435 if (nh->fib_nh_gw4 == gw && in ip_fib_check_default() 616 nh->fib_nh_gw4 = cfg->fc_gw4; in fib_nh_init() 759 nh->fib_nh_gw4 != cfg->fc_gw4) || in fib_get_nhs() 898 cfg->fc_gw4 != nh->fib_nh_gw4) in fib_nh_match() 945 gw != nh->fib_nh_gw4) in fib_nh_match() 957 cfg2.fc_gw4 != nh->fib_nh_gw4) in fib_nh_match() 1121 addr_type = inet_addr_type_dev_table(net, dev, nh->fib_nh_gw4); in fib_check_nh_v4_gw() 1137 .daddr = nh->fib_nh_gw4, in fib_check_nh_v4_gw() 1310 saddr = inet_select_addr(nh->fib_nh_dev, nh->fib_nh_gw4, scope); in fib_info_update_nhc_saddr() [all …]
|
H A D | nexthop.c | 975 nla_put_be32(skb, NHA_GATEWAY, fib_nh->fib_nh_gw4)) in nh_fill_node() 1377 (__force u32)nh->fib_nh_gw4); in ipv4_good_nh()
|
/linux/include/net/ |
H A D | ip_fib.h | 124 #define fib_nh_gw4 nh_common.nhc_gw.ipv4 macro
|
/linux/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 2289 has_gw = !!nh->fib_nh_gw4; in ofdpa_port_fib_ipv4() 2293 nh->fib_nh_gw4, &index); in ofdpa_port_fib_ipv4()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 4621 memcpy(&nh->gw_addr, &fib_nh->fib_nh_gw4, sizeof(fib_nh->fib_nh_gw4)); in mlxsw_sp_nexthop4_init()
|