Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dopenvswitch.h130 #define OVS_DP_F_VPORT_PIDS (1 << 1) macro
/Linux-v5.15/net/openvswitch/
Dvport.c384 if (vport->dp->user_features & OVS_DP_F_VPORT_PIDS) in ovs_vport_get_upcall_portids()
Ddatapath.c1666 if (user_features & ~(OVS_DP_F_VPORT_PIDS | in ovs_dp_change()