Searched refs:internal_flags (Results 1 – 7 of 7) sorted by relevance
2166 bool rtnl = ops->internal_flags & NL802154_FLAG_NEED_RTNL; in nl802154_pre_doit()2171 if (ops->internal_flags & NL802154_FLAG_NEED_WPAN_PHY) { in nl802154_pre_doit()2179 } else if (ops->internal_flags & NL802154_FLAG_NEED_NETDEV || in nl802154_pre_doit()2180 ops->internal_flags & NL802154_FLAG_NEED_WPAN_DEV) { in nl802154_pre_doit()2193 if (ops->internal_flags & NL802154_FLAG_NEED_NETDEV) { in nl802154_pre_doit()2206 if (ops->internal_flags & NL802154_FLAG_CHECK_NETDEV_UP && in nl802154_pre_doit()2226 if (ops->internal_flags & NL802154_FLAG_NEED_WPAN_DEV) { in nl802154_post_doit()2235 if (ops->internal_flags & NL802154_FLAG_NEED_RTNL) in nl802154_post_doit()2248 .internal_flags = NL802154_FLAG_NEED_WPAN_PHY |2257 .internal_flags = NL802154_FLAG_NEED_WPAN_DEV |[all …]
1283 if (WARN_ON(hweight8(ops->internal_flags & user_ptr1_flags) > 1)) in batadv_pre_doit()1287 if (WARN_ON((ops->internal_flags & mesh_dep_flags) && in batadv_pre_doit()1288 (~ops->internal_flags & BATADV_FLAG_NEED_MESH))) in batadv_pre_doit()1291 if (ops->internal_flags & BATADV_FLAG_NEED_MESH) { in batadv_pre_doit()1300 if (ops->internal_flags & BATADV_FLAG_NEED_HARDIF) { in batadv_pre_doit()1310 if (ops->internal_flags & BATADV_FLAG_NEED_VLAN) { in batadv_pre_doit()1342 if (ops->internal_flags & BATADV_FLAG_NEED_HARDIF && in batadv_post_doit()1349 if (ops->internal_flags & BATADV_FLAG_NEED_VLAN && info->user_ptr[1]) { in batadv_post_doit()1354 if (ops->internal_flags & BATADV_FLAG_NEED_MESH && info->user_ptr[0]) { in batadv_post_doit()1366 .internal_flags = BATADV_FLAG_NEED_MESH,[all …]
14928 if (ops->internal_flags & NL80211_FLAG_NEED_WIPHY) { in nl80211_pre_doit()14935 } else if (ops->internal_flags & NL80211_FLAG_NEED_NETDEV || in nl80211_pre_doit()14936 ops->internal_flags & NL80211_FLAG_NEED_WDEV) { in nl80211_pre_doit()14947 if (ops->internal_flags & NL80211_FLAG_NEED_NETDEV) { in nl80211_pre_doit()14958 if (ops->internal_flags & NL80211_FLAG_CHECK_NETDEV_UP && in nl80211_pre_doit()14968 if (rdev && !(ops->internal_flags & NL80211_FLAG_NO_WIPHY_MTX)) { in nl80211_pre_doit()14973 if (!(ops->internal_flags & NL80211_FLAG_NEED_RTNL)) in nl80211_pre_doit()14983 if (ops->internal_flags & NL80211_FLAG_NEED_WDEV) { in nl80211_post_doit()14993 !(ops->internal_flags & NL80211_FLAG_NO_WIPHY_MTX)) { in nl80211_post_doit()15001 if (ops->internal_flags & NL80211_FLAG_NEED_RTNL) in nl80211_post_doit()[all …]
131 u8 internal_flags; member159 u8 internal_flags; member
508 if (~ops->internal_flags & DEVLINK_NL_FLAG_NO_LOCK) in devlink_nl_pre_doit()511 if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_PORT) { in devlink_nl_pre_doit()518 } else if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_DEVLINK_OR_PORT) { in devlink_nl_pre_doit()522 } else if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_RATE) { in devlink_nl_pre_doit()531 } else if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_RATE_NODE) { in devlink_nl_pre_doit()544 if (~ops->internal_flags & DEVLINK_NL_FLAG_NO_LOCK) in devlink_nl_pre_doit()557 if (~ops->internal_flags & DEVLINK_NL_FLAG_NO_LOCK) in devlink_nl_post_doit()8519 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT,8527 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT,8533 .internal_flags = DEVLINK_NL_FLAG_NEED_RATE,[all …]
1150 unsigned int internal_flags = 0; in SYSCALL_DEFINE2() local1170 internal_flags |= FANOTIFY_UNPRIV; in SYSCALL_DEFINE2()1231 group->fanotify_data.flags = flags | internal_flags; in SYSCALL_DEFINE2()
139 op->internal_flags = family->small_ops[i].internal_flags; in genl_op_from_small()