Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dopenvswitch.h133 #define OVS_DP_F_VPORT_PIDS (1 << 1) macro
/linux/net/openvswitch/
H A Dvport.c448 if (vport->dp->user_features & OVS_DP_F_VPORT_PIDS) in ovs_vport_get_upcall_portids()
H A Ddatapath.c1714 if (user_features & ~(OVS_DP_F_VPORT_PIDS | in ovs_dp_change()
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py1886 OVS_DP_F_VPORT_PIDS = 1 << 1 variable in OvsDatapath
1967 dpfeatures &= ~OvsDatapath.OVS_DP_F_VPORT_PIDS