Lines Matching refs:dst_port
291 if (rdst->remote_port && rdst->remote_port != vxlan->cfg.dst_port && in vxlan_fdb_info()
1080 *port = vxlan->cfg.dst_port; in vxlan_fdb_parse()
1333 vxlan->cfg.dst_port, in vxlan_snoop()
2378 __be16 dst_port, int dst_ifindex, __be32 vni, in encap_bypass_if_local() argument
2396 daddr->sa.sa_family, dst_port, in encap_bypass_if_local()
2423 __be16 src_port = 0, dst_port; in vxlan_xmit_one() local
2446 dst_port = rdst->remote_port ? rdst->remote_port : vxlan->cfg.dst_port; in vxlan_xmit_one()
2484 dst_port = info->key.tp_dst ? : vxlan->cfg.dst_port; in vxlan_xmit_one()
2513 dst_port, src_port, in vxlan_xmit_one()
2523 dst_port, ifindex, vni, in vxlan_xmit_one()
2554 src_port, dst_port, xnet, !udp_sum); in vxlan_xmit_one()
2565 dst_port, src_port, in vxlan_xmit_one()
2577 dst_port, ifindex, vni, in vxlan_xmit_one()
2596 label, src_port, dst_port, !udp_sum); in vxlan_xmit_one()
2914 dport = info->key.tp_dst ? : vxlan->cfg.dst_port; in vxlan_fill_metadata_dst()
3276 vxlan->cfg.dst_port, vxlan->cfg.flags, in __vxlan_sock_add()
3286 vxlan->cfg.dst_port, vxlan->cfg.flags, in __vxlan_sock_add()
3455 if (!conf->dst_port) { in vxlan_config_validate()
3457 conf->dst_port = htons(4790); /* IANA VXLAN-GPE port */ in vxlan_config_validate()
3459 conf->dst_port = htons(vxlan_port); in vxlan_config_validate()
3471 if (tmp->cfg.dst_port != conf->dst_port) in vxlan_config_validate()
3587 vxlan->cfg.dst_port, in __vxlan_dev_create()
3851 conf->dst_port = nla_get_be16(data[IFLA_VXLAN_PORT]); in vxlan_nl2conf()
3986 vxlan->cfg.dst_port, in vxlan_changelink()
4000 vxlan->cfg.dst_port, in vxlan_changelink()
4125 nla_put_be16(skb, IFLA_VXLAN_PORT, vxlan->cfg.dst_port) || in vxlan_fill_info()