Lines Matching defs:user_features
269 if (dp->user_features & OVS_DP_F_DISPATCH_UPCALL_PER_CPU)
424 if (!(dp->user_features & OVS_DP_F_UNALIGNED)) {
476 if (dp->user_features & OVS_DP_F_UNALIGNED)
1595 if (nla_put_u32(skb, OVS_DP_ATTR_USER_FEATURES, dp->user_features))
1602 if (dp->user_features & OVS_DP_F_DISPATCH_UPCALL_PER_CPU && pids) {
1652 dp->user_features = 0;
1709 u32 user_features = 0, old_features = dp->user_features;
1713 user_features = nla_get_u32(a[OVS_DP_ATTR_USER_FEATURES]);
1715 if (user_features & ~(OVS_DP_F_VPORT_PIDS |
1722 if (user_features & OVS_DP_F_TC_RECIRC_SHARING)
1737 dp->user_features = user_features;
1739 if (dp->user_features & OVS_DP_F_DISPATCH_UPCALL_PER_CPU &&
1748 if ((dp->user_features & OVS_DP_F_TC_RECIRC_SHARING) &&
1751 else if (!(dp->user_features & OVS_DP_F_TC_RECIRC_SHARING) &&
1850 * the concept of user_features has attempted to create a new
1897 if (dp->user_features & OVS_DP_F_TC_RECIRC_SHARING)