Searched refs:port_min (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_nve_vxlan.c | 51 if (cfg->port_min || cfg->port_max) { in mlxsw_sp_nve_vxlan_can_offload()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | vxlan.h | 217 u16 port_min; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_nve_vxlan.c | 80 if (cfg->port_min || cfg->port_max) { in mlxsw_sp_nve_vxlan_can_offload()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | vxlan.h | 219 u16 port_min; member
|
/kernel/linux/linux-5.10/drivers/net/vxlan/ |
H A D | vxlan_core.c | 2676 src_port = udp_flow_src_port(dev_net(dev), skb, vxlan->cfg.port_min, in vxlan_xmit_one() 3180 sport = udp_flow_src_port(dev_net(dev), skb, vxlan->cfg.port_min, in vxlan_fill_metadata_dst() 4125 conf->port_min = ntohs(p->low); in vxlan_nl2conf() 4354 .low = htons(vxlan->cfg.port_min), in vxlan_fill_info()
|
/kernel/linux/linux-6.6/drivers/net/vxlan/ |
H A D | vxlan_core.c | 2512 src_port = udp_flow_src_port(dev_net(dev), skb, vxlan->cfg.port_min, in vxlan_xmit_one() 3095 sport = udp_flow_src_port(dev_net(dev), skb, vxlan->cfg.port_min, in vxlan_fill_metadata_dst() 4073 conf->port_min = ntohs(p->low); in vxlan_nl2conf() 4346 .low = htons(vxlan->cfg.port_min), in vxlan_fill_info()
|
Completed in 16 milliseconds