Lines Matching defs:user_features
272 else if (dp->user_features & OVS_DP_F_DISPATCH_UPCALL_PER_CPU)
443 if (!(dp->user_features & OVS_DP_F_UNALIGNED)) {
495 if (dp->user_features & OVS_DP_F_UNALIGNED)
1624 if (nla_put_u32(skb, OVS_DP_ATTR_USER_FEATURES, dp->user_features))
1631 if (dp->user_features & OVS_DP_F_DISPATCH_UPCALL_PER_CPU && pids) {
1681 dp->user_features = 0;
1738 u32 user_features = 0, old_features = dp->user_features;
1742 user_features = nla_get_u32(a[OVS_DP_ATTR_USER_FEATURES]);
1744 if (user_features & ~(OVS_DP_F_VPORT_PIDS |
1751 if (user_features & OVS_DP_F_TC_RECIRC_SHARING)
1766 dp->user_features = user_features;
1768 if (dp->user_features & OVS_DP_F_DISPATCH_UPCALL_PER_CPU &&
1777 if ((dp->user_features & OVS_DP_F_TC_RECIRC_SHARING) &&
1780 else if (!(dp->user_features & OVS_DP_F_TC_RECIRC_SHARING) &&
1876 * the concept of user_features has attempted to create a new
1923 if (dp->user_features & OVS_DP_F_TC_RECIRC_SHARING)