Home
last modified time | relevance | path

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

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