Searched refs:fib_nh_gw4 (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fib_semantics.c | 315 nh->fib_nh_gw4 != onh->fib_nh_gw4) in nh_comp() 453 nh->fib_nh_gw4 == gw && in ip_fib_check_default() 637 nh->fib_nh_gw4 = cfg->fc_gw4; in fib_nh_init() 780 nh->fib_nh_gw4 != cfg->fc_gw4) || in fib_get_nhs() 919 cfg->fc_gw4 != nh->fib_nh_gw4) in fib_nh_match() 966 gw != nh->fib_nh_gw4) in fib_nh_match() 978 cfg2.fc_gw4 != nh->fib_nh_gw4) in fib_nh_match() 1141 addr_type = inet_addr_type_dev_table(net, dev, nh->fib_nh_gw4); in fib_check_nh_v4_gw() 1157 .daddr = nh->fib_nh_gw4, in fib_check_nh_v4_gw() [all...] |
H A D | nexthop.c | 280 nla_put_be32(skb, NHA_GATEWAY, fib_nh->fib_nh_gw4)) in nh_fill_node() 534 (__force u32)nh->fib_nh_gw4); in ipv4_good_nh()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fib_semantics.c | 315 nh->fib_nh_gw4 != onh->fib_nh_gw4) in nh_comp() 453 nh->fib_nh_gw4 == gw && in ip_fib_check_default() 638 nh->fib_nh_gw4 = cfg->fc_gw4; in fib_nh_init() 781 nh->fib_nh_gw4 != cfg->fc_gw4) || in fib_get_nhs() 920 cfg->fc_gw4 != nh->fib_nh_gw4) in fib_nh_match() 967 gw != nh->fib_nh_gw4) in fib_nh_match() 979 cfg2.fc_gw4 != nh->fib_nh_gw4) in fib_nh_match() 1143 addr_type = inet_addr_type_dev_table(net, dev, nh->fib_nh_gw4); in fib_check_nh_v4_gw() 1159 .daddr = nh->fib_nh_gw4, in fib_check_nh_v4_gw() [all...] |
H A D | nexthop.c | 748 nla_put_be32(skb, NHA_GATEWAY, fib_nh->fib_nh_gw4)) in nh_fill_node() 1146 (__force u32)nh->fib_nh_gw4); in ipv4_good_nh()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip_fib.h | 119 #define fib_nh_gw4 nh_common.nhc_gw.ipv4 macro
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip_fib.h | 122 #define fib_nh_gw4 nh_common.nhc_gw.ipv4 macro
|
/kernel/linux/linux-5.10/drivers/net/ethernet/rocker/ |
H A 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 3888 memcpy(&nh->gw_addr, &fib_nh->fib_nh_gw4, sizeof(fib_nh->fib_nh_gw4)); in mlxsw_sp_nexthop4_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 4503 memcpy(&nh->gw_addr, &fib_nh->fib_nh_gw4, sizeof(fib_nh->fib_nh_gw4)); in mlxsw_sp_nexthop4_init()
|
Completed in 49 milliseconds