Home
last modified time | relevance | path

Searched refs:internal_flags (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/net/ieee802154/
Dnl802154.c2166 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 …]
/Linux-v6.1/net/batman-adv/
Dnetlink.c1283 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 …]
/Linux-v6.1/net/wireless/
Dnl80211.c16148 u32 internal_flags; in nl80211_pre_doit() local
16151 if (WARN_ON(ops->internal_flags >= ARRAY_SIZE(nl80211_internal_flags))) in nl80211_pre_doit()
16154 internal_flags = nl80211_internal_flags[ops->internal_flags]; in nl80211_pre_doit()
16157 if (internal_flags & NL80211_FLAG_NEED_WIPHY) { in nl80211_pre_doit()
16164 } else if (internal_flags & NL80211_FLAG_NEED_NETDEV || in nl80211_pre_doit()
16165 internal_flags & NL80211_FLAG_NEED_WDEV) { in nl80211_pre_doit()
16177 if (internal_flags & NL80211_FLAG_NEED_NETDEV) { in nl80211_pre_doit()
16188 if (internal_flags & NL80211_FLAG_CHECK_NETDEV_UP && in nl80211_pre_doit()
16197 if (internal_flags & NL80211_FLAG_MLO_VALID_LINK_ID) { in nl80211_pre_doit()
16220 if (internal_flags & NL80211_FLAG_MLO_UNSUPPORTED) { in nl80211_pre_doit()
[all …]
/Linux-v6.1/include/net/
Dgenetlink.h151 u8 internal_flags; member
179 u8 internal_flags; member
/Linux-v6.1/net/core/
Ddevlink.c785 if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_PORT) { in devlink_nl_pre_doit()
792 } else if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_DEVLINK_OR_PORT) { in devlink_nl_pre_doit()
796 } else if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_RATE) { in devlink_nl_pre_doit()
805 } else if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_RATE_NODE) { in devlink_nl_pre_doit()
814 } else if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_LINECARD) { in devlink_nl_pre_doit()
837 if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_LINECARD) { in devlink_nl_post_doit()
9190 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT,
9198 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT,
9204 .internal_flags = DEVLINK_NL_FLAG_NEED_RATE,
9211 .internal_flags = DEVLINK_NL_FLAG_NEED_RATE,
[all …]
/Linux-v6.1/fs/notify/fanotify/
Dfanotify_user.c1350 unsigned int internal_flags = 0; in SYSCALL_DEFINE2() local
1370 internal_flags |= FANOTIFY_UNPRIV; in SYSCALL_DEFINE2()
1441 group->fanotify_data.flags = flags | internal_flags; in SYSCALL_DEFINE2()
/Linux-v6.1/net/netlink/
Dgenetlink.c160 op->internal_flags = family->small_ops[i].internal_flags; in genl_op_from_small()