Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dopenvswitch.h133 #define OVS_DP_F_VPORT_PIDS (1 << 1) macro
/Linux-v6.6/net/openvswitch/
Dvport.c448 if (vport->dp->user_features & OVS_DP_F_VPORT_PIDS) in ovs_vport_get_upcall_portids()
Ddatapath.c1715 if (user_features & ~(OVS_DP_F_VPORT_PIDS | in ovs_dp_change()
/Linux-v6.6/tools/testing/selftests/net/openvswitch/
Dovs-dpctl.py1441 OVS_DP_F_VPORT_PIDS = 1 << 1 variable in OvsDatapath
1522 dpfeatures &= ~OvsDatapath.OVS_DP_F_VPORT_PIDS