Home
last modified time | relevance | path

Searched refs:port_min (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/util/
H A Dqemu-sockets.c218 int rc, port_min, port_max, p; in inet_listen_saddr() local
287 port_min = inet_getport(e); in inet_listen_saddr()
288 port_max = saddr->has_to ? saddr->to + port_offset : port_min; in inet_listen_saddr()
289 for (p = port_min; p <= port_max; p++) { in inet_listen_saddr()
299 if (p == port_min) { in inet_listen_saddr()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_nve_vxlan.c80 if (cfg->port_min || cfg->port_max) { in mlxsw_sp_nve_vxlan_can_offload()
/openbmc/linux/include/net/
H A Dvxlan.h219 u16 port_min; member
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c2535 src_port = udp_flow_src_port(dev_net(dev), skb, vxlan->cfg.port_min, in vxlan_xmit_one()
3122 sport = udp_flow_src_port(dev_net(dev), skb, vxlan->cfg.port_min, in vxlan_fill_metadata_dst()
4100 conf->port_min = ntohs(p->low); in vxlan_nl2conf()
4373 .low = htons(vxlan->cfg.port_min), in vxlan_fill_info()