Home
last modified time | relevance | path

Searched defs:OVS_DP_F_VPORT_PIDS (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py1886 OVS_DP_F_VPORT_PIDS = 1 << 1 variable in OvsDatapath
/linux/include/uapi/linux/
H A Dopenvswitch.h133 #define OVS_DP_F_VPORT_PIDS (1 << 1) macro