Searched refs:fib_nh_gw4 (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/net/ipv4/ |
| D | fib_semantics.c | 309 nh->fib_nh_gw4 != onh->fib_nh_gw4) in nh_comp() 443 nh->fib_nh_gw4 == gw && in ip_fib_check_default() 618 nh->fib_nh_gw4 = cfg->fc_gw4; in fib_nh_init() 736 nh->fib_nh_gw4 != cfg->fc_gw4) || in fib_get_nhs() 868 cfg->fc_gw4 != nh->fib_nh_gw4) in fib_nh_match() 908 nla_get_in_addr(nla) != nh->fib_nh_gw4) in fib_nh_match() 921 cfg2.fc_gw4 != nh->fib_nh_gw4) in fib_nh_match() 1077 addr_type = inet_addr_type_dev_table(net, dev, nh->fib_nh_gw4); in fib_check_nh_v4_gw() 1093 .daddr = nh->fib_nh_gw4, in fib_check_nh_v4_gw() 1289 nh->nh_saddr = inet_select_addr(nh->fib_nh_dev, nh->fib_nh_gw4, scope); in fib_info_update_nhc_saddr() [all …]
|
| D | nexthop.c | 258 nla_put_u32(skb, NHA_GATEWAY, fib_nh->fib_nh_gw4)) in nh_fill_node() 471 (__force u32)nh->fib_nh_gw4); in ipv4_good_nh()
|
| /Linux-v5.4/include/net/ |
| D | ip_fib.h | 119 #define fib_nh_gw4 nh_common.nhc_gw.ipv4 macro
|
| /Linux-v5.4/drivers/net/ethernet/rocker/ |
| D | rocker_ofdpa.c | 2288 has_gw = !!nh->fib_nh_gw4; in ofdpa_port_fib_ipv4() 2292 nh->fib_nh_gw4, &index); in ofdpa_port_fib_ipv4()
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_router.c | 3760 memcpy(&nh->gw_addr, &fib_nh->fib_nh_gw4, sizeof(fib_nh->fib_nh_gw4)); in mlxsw_sp_nexthop4_init()
|