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

/linux-master/include/uapi/linux/
H A Dopenvswitch.h133 #define OVS_DP_F_VPORT_PIDS (1 << 1) macro
/linux-master/net/openvswitch/
H A Dvport.c448 if (vport->dp->user_features & OVS_DP_F_VPORT_PIDS)
H A Ddatapath.c1715 if (user_features & ~(OVS_DP_F_VPORT_PIDS |
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py1480 OVS_DP_F_VPORT_PIDS = 1 << 1 variable in class:OvsDatapath
1561 dpfeatures &= ~OvsDatapath.OVS_DP_F_VPORT_PIDS

Completed in 133 milliseconds