Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ieee802154/
H A Dnl802154.c2170 bool rtnl = ops->internal_flags & NL802154_FLAG_NEED_RTNL; in nl802154_pre_doit()
2175 if (ops->internal_flags & NL802154_FLAG_NEED_WPAN_PHY) { in nl802154_pre_doit()
2183 } else if (ops->internal_flags & NL802154_FLAG_NEED_NETDEV || in nl802154_pre_doit()
2184 ops->internal_flags & NL802154_FLAG_NEED_WPAN_DEV) { in nl802154_pre_doit()
2197 if (ops->internal_flags & NL802154_FLAG_NEED_NETDEV) { in nl802154_pre_doit()
2210 if (ops->internal_flags & NL802154_FLAG_CHECK_NETDEV_UP && in nl802154_pre_doit()
2230 if (ops->internal_flags & NL802154_FLAG_NEED_WPAN_DEV) { in nl802154_post_doit()
2240 if (ops->internal_flags & NL802154_FLAG_NEED_RTNL) in nl802154_post_doit()
2253 .internal_flags = NL802154_FLAG_NEED_WPAN_PHY |
2262 .internal_flags = NL802154_FLAG_NEED_WPAN_DEV |
[all …]
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dnetlink.c1276 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 …]
/OK3568_Linux_fs/kernel/net/wireless/
H A Dnl80211.c14617 bool rtnl = ops->internal_flags & NL80211_FLAG_NEED_RTNL; in nl80211_pre_doit()
14622 if (ops->internal_flags & NL80211_FLAG_NEED_WIPHY) { in nl80211_pre_doit()
14630 } else if (ops->internal_flags & NL80211_FLAG_NEED_NETDEV || in nl80211_pre_doit()
14631 ops->internal_flags & NL80211_FLAG_NEED_WDEV) { in nl80211_pre_doit()
14645 if (ops->internal_flags & NL80211_FLAG_NEED_NETDEV) { in nl80211_pre_doit()
14657 if (ops->internal_flags & NL80211_FLAG_CHECK_NETDEV_UP && in nl80211_pre_doit()
14677 if (ops->internal_flags & NL80211_FLAG_NEED_WDEV) { in nl80211_post_doit()
14687 if (ops->internal_flags & NL80211_FLAG_NEED_RTNL) in nl80211_post_doit()
14695 if (ops->internal_flags & NL80211_FLAG_CLEAR_SKB) { in nl80211_post_doit()
14710 .internal_flags = NL80211_FLAG_NEED_WIPHY |
[all …]
/OK3568_Linux_fs/kernel/include/net/
H A Dgenetlink.h133 u8 internal_flags; member
161 u8 internal_flags; member
/OK3568_Linux_fs/kernel/net/core/
H A Ddevlink.c428 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()
7612 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT,
7620 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT,
7627 .internal_flags = DEVLINK_NL_FLAG_NO_LOCK,
7634 .internal_flags = DEVLINK_NL_FLAG_NO_LOCK,
7661 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT,
[all …]
/OK3568_Linux_fs/kernel/net/netlink/
H A Dgenetlink.c147 op->internal_flags = family->small_ops[i].internal_flags; in genl_op_from_small()