Searched refs:vxlan (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile164 print-vxlan.c \
165 print-vxlan-gpe.c \
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_sp_commands.c143 if (p_src->vxlan.b_update_mode || b_pf_start)
144 p_tun->vxlan.b_mode_enabled = p_src->vxlan.b_mode_enabled;
169 type = ecore_tunn_clss_to_fw_clss(p_src->vxlan.tun_cls);
170 p_tun->vxlan.tun_cls = (enum ecore_tunn_clss)type;
226 &p_tun->vxlan,
255 ecore_set_vxlan_enable(p_hwfn, p_ptt, p_tun->vxlan.b_mode_enabled);
303 &p_tun->vxlan,
H A Decore_vf.c709 if (p_tun->vxlan.b_mode_enabled)
710 p_tun->vxlan.b_update_mode = true;
745 __ecore_vf_update_tunn_param(&p_tun->vxlan, feat_mask,
766 "tunn mode: vxlan=0x%x, l2geneve=0x%x, ipgeneve=0x%x, l2gre=0x%x, ipgre=0x%x",
767 p_tun->vxlan.b_mode_enabled, p_tun->l2_geneve.b_mode_enabled,
789 ecore_vf_prep_tunn_req_tlv(p_req, &p_src->vxlan, (enum ecore_tunn_clss)ECORE_MODE_VXLAN_TUNN,
H A Decore.h305 struct ecore_tunn_update_type vxlan; member in struct:ecore_tunnel_info
H A Decore_sriov.c2432 p_resp->vxlan_mode = p_tun->vxlan.b_mode_enabled;
2437 p_resp->vxlan_clss = p_tun->vxlan.tun_cls;
2518 ecore_iov_pf_update_tun_param(p_req, &tunn.vxlan, &tunn.vxlan_port,
/freebsd-13-stable/contrib/tcpdump/
H A DMakefile.in230 print-vxlan.c \
231 print-vxlan-gpe.c \
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mcg.c889 rule_hw->vxlan.vni =
890 cpu_to_be32(be32_to_cpu(spec->vxlan.vni) << 8);
891 rule_hw->vxlan.vni_mask =
892 cpu_to_be32(be32_to_cpu(spec->vxlan.vni_mask) << 8);
967 "VNID = %d ", be32_to_cpu(cur->vxlan.vni));
1075 spec_vxlan.id = MLX4_NET_TRANS_RULE_ID_VXLAN; /* any vxlan header */
/freebsd-13-stable/share/man/man4/
H A DMakefile577 vxlan.4 \
764 MLINKS+=vxlan.4 if_vxlan.4
/freebsd-13-stable/sys/dev/mlx4/
H A Ddevice.h1241 struct mlx4_spec_vxlan vxlan; member in union:mlx4_spec_list::__anon12765
1348 struct mlx4_net_trans_rule_hw_vxlan vxlan; member in union:_rule_hw::__anon12766
/freebsd-13-stable/sys/net/
H A Dif_vxlan.c86 SX_SYSINIT(vxlan, &vxlan_sx, "VXLAN global start/stop lock");
413 static const char vxlan_name[] = "vxlan";
427 SYSCTL_NODE(_net_link, OID_AUTO, vxlan, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
431 TUNABLE_INT("net.link.vxlan.legacy_port", &vxlan_legacy_port);
433 TUNABLE_INT("net.link.vxlan.reuse_port", &vxlan_reuse_port);
579 ("%s: vxlan %p ftable[%d] not empty", __func__, sc, i));
3564 snprintf(path, sizeof(path), "net.link.vxlan.%d.%s",
3606 mtx_init(&vxlan_list_mtx, "vxlan list", NULL, MTX_DEF);

Completed in 260 milliseconds