Lines Matching refs:dst_port
314 if (rdst->remote_port && rdst->remote_port != vxlan->cfg.dst_port && in vxlan_fdb_info()
837 *port = vxlan->cfg.dst_port; in vxlan_fdb_parse()
1048 vxlan->cfg.dst_port, in vxlan_snoop()
2048 __be16 dst_port, int dst_ifindex, __be32 vni, in encap_bypass_if_local() argument
2066 daddr->sa.sa_family, dst_port, in encap_bypass_if_local()
2093 __be16 src_port = 0, dst_port; in vxlan_xmit_one() local
2116 dst_port = rdst->remote_port ? rdst->remote_port : vxlan->cfg.dst_port; in vxlan_xmit_one()
2154 dst_port = info->key.tp_dst ? : vxlan->cfg.dst_port; in vxlan_xmit_one()
2178 dst_port, src_port, in vxlan_xmit_one()
2188 dst_port, ifindex, vni, in vxlan_xmit_one()
2208 src_port, dst_port, xnet, !udp_sum); in vxlan_xmit_one()
2216 dst_port, src_port, in vxlan_xmit_one()
2228 dst_port, ifindex, vni, in vxlan_xmit_one()
2247 label, src_port, dst_port, !udp_sum); in vxlan_xmit_one()
2561 dport = info->key.tp_dst ? : vxlan->cfg.dst_port; in vxlan_fill_metadata_dst()
2901 vxlan->cfg.dst_port, vxlan->cfg.flags); in __vxlan_sock_add()
2910 vxlan->cfg.dst_port, vxlan->cfg.flags); in __vxlan_sock_add()
3078 if (!conf->dst_port) { in vxlan_config_validate()
3080 conf->dst_port = htons(4790); /* IANA VXLAN-GPE port */ in vxlan_config_validate()
3082 conf->dst_port = htons(vxlan_port); in vxlan_config_validate()
3094 if (tmp->cfg.dst_port != conf->dst_port) in vxlan_config_validate()
3206 vxlan->cfg.dst_port, in __vxlan_dev_create()
3382 conf->dst_port = nla_get_be16(data[IFLA_VXLAN_PORT]); in vxlan_nl2conf()
3489 vxlan->cfg.dst_port, in vxlan_changelink()
3498 vxlan->cfg.dst_port, in vxlan_changelink()
3617 nla_put_be16(skb, IFLA_VXLAN_PORT, vxlan->cfg.dst_port) || in vxlan_fill_info()