Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/openvswitch/
H A Dvport.c382 if (vport->dp->user_features & OVS_DP_F_VPORT_PIDS) in ovs_vport_get_upcall_portids()
H A Ddatapath.c1616 if (user_features & ~(OVS_DP_F_VPORT_PIDS | in ovs_dp_change()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dopenvswitch.h125 #define OVS_DP_F_VPORT_PIDS (1 << 1) macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dopenvswitch.h133 #define OVS_DP_F_VPORT_PIDS (1 << 1) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dopenvswitch.h73 #define OVS_DP_F_VPORT_PIDS (1 << 1) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dopenvswitch.h73 #define OVS_DP_F_VPORT_PIDS (1 << 1) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dopenvswitch.h59 #define OVS_DP_F_VPORT_PIDS (1 << 1) macro
/kernel/linux/linux-6.6/net/openvswitch/
H A Dvport.c448 if (vport->dp->user_features & OVS_DP_F_VPORT_PIDS) in ovs_vport_get_upcall_portids()
H A Ddatapath.c1715 if (user_features & ~(OVS_DP_F_VPORT_PIDS | in ovs_dp_change()
/kernel/linux/linux-6.6/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py1480 OVS_DP_F_VPORT_PIDS = 1 << 1 variable in OvsDatapath
1561 dpfeatures &= ~OvsDatapath.OVS_DP_F_VPORT_PIDS

Completed in 19 milliseconds