Searched refs:internal_flags (Results 1 – 6 of 6) sorted by relevance
2113 bool rtnl = ops->internal_flags & NL802154_FLAG_NEED_RTNL; in nl802154_pre_doit()2118 if (ops->internal_flags & NL802154_FLAG_NEED_WPAN_PHY) { in nl802154_pre_doit()2126 } else if (ops->internal_flags & NL802154_FLAG_NEED_NETDEV || in nl802154_pre_doit()2127 ops->internal_flags & NL802154_FLAG_NEED_WPAN_DEV) { in nl802154_pre_doit()2140 if (ops->internal_flags & NL802154_FLAG_NEED_NETDEV) { in nl802154_pre_doit()2153 if (ops->internal_flags & NL802154_FLAG_CHECK_NETDEV_UP && in nl802154_pre_doit()2173 if (ops->internal_flags & NL802154_FLAG_NEED_WPAN_DEV) { in nl802154_post_doit()2183 if (ops->internal_flags & NL802154_FLAG_NEED_RTNL) in nl802154_post_doit()2196 .internal_flags = NL802154_FLAG_NEED_WPAN_PHY |2205 .internal_flags = NL802154_FLAG_NEED_WPAN_DEV |[all …]
1276 if (WARN_ON(hweight8(ops->internal_flags & user_ptr1_flags) > 1)) in batadv_pre_doit()1280 if (WARN_ON((ops->internal_flags & mesh_dep_flags) && in batadv_pre_doit()1281 (~ops->internal_flags & BATADV_FLAG_NEED_MESH))) in batadv_pre_doit()1284 if (ops->internal_flags & BATADV_FLAG_NEED_MESH) { in batadv_pre_doit()1293 if (ops->internal_flags & BATADV_FLAG_NEED_HARDIF) { in batadv_pre_doit()1303 if (ops->internal_flags & BATADV_FLAG_NEED_VLAN) { in batadv_pre_doit()1335 if (ops->internal_flags & BATADV_FLAG_NEED_HARDIF && in batadv_post_doit()1342 if (ops->internal_flags & BATADV_FLAG_NEED_VLAN && info->user_ptr[1]) { in batadv_post_doit()1347 if (ops->internal_flags & BATADV_FLAG_NEED_MESH && info->user_ptr[0]) { in batadv_post_doit()1359 .internal_flags = BATADV_FLAG_NEED_MESH,[all …]
14576 bool rtnl = ops->internal_flags & NL80211_FLAG_NEED_RTNL; in nl80211_pre_doit()14581 if (ops->internal_flags & NL80211_FLAG_NEED_WIPHY) { in nl80211_pre_doit()14589 } else if (ops->internal_flags & NL80211_FLAG_NEED_NETDEV || in nl80211_pre_doit()14590 ops->internal_flags & NL80211_FLAG_NEED_WDEV) { in nl80211_pre_doit()14604 if (ops->internal_flags & NL80211_FLAG_NEED_NETDEV) { in nl80211_pre_doit()14616 if (ops->internal_flags & NL80211_FLAG_CHECK_NETDEV_UP && in nl80211_pre_doit()14636 if (ops->internal_flags & NL80211_FLAG_NEED_WDEV) { in nl80211_post_doit()14646 if (ops->internal_flags & NL80211_FLAG_NEED_RTNL) in nl80211_post_doit()14654 if (ops->internal_flags & NL80211_FLAG_CLEAR_SKB) { in nl80211_post_doit()14669 .internal_flags = NL80211_FLAG_NEED_WIPHY |[all …]
130 u8 internal_flags; member158 u8 internal_flags; member
428 if (~ops->internal_flags & DEVLINK_NL_FLAG_NO_LOCK) in devlink_nl_pre_doit()431 if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_PORT) { in devlink_nl_pre_doit()438 } else if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_DEVLINK_OR_PORT) { in devlink_nl_pre_doit()446 if (~ops->internal_flags & DEVLINK_NL_FLAG_NO_LOCK) in devlink_nl_pre_doit()458 if (~ops->internal_flags & DEVLINK_NL_FLAG_NO_LOCK) in devlink_nl_post_doit()7605 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT,7613 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT,7620 .internal_flags = DEVLINK_NL_FLAG_NO_LOCK,7627 .internal_flags = DEVLINK_NL_FLAG_NO_LOCK,7654 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT,[all …]
147 op->internal_flags = family->small_ops[i].internal_flags; in genl_op_from_small()