Home
last modified time | relevance | path

Searched refs:OVS_VPORT_TYPE_GRE (Results 1 – 3 of 3) sorted by relevance

/linux/net/openvswitch/
H A Dvport-gre.c82 .type = OVS_VPORT_TYPE_GRE,
/linux/include/uapi/linux/
H A Dopenvswitch.h237 OVS_VPORT_TYPE_GRE, /* GRE tunnel. */ enumerator
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py2016 OVS_VPORT_TYPE_GRE = 3 variable in OvsVport
2058 elif vport_type == OvsVport.OVS_VPORT_TYPE_GRE: