Searched refs:internal_flags (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/net/devlink/ |
D | netlink.c | 162 return __devlink_nl_pre_doit(skb, info, ops->internal_flags); in devlink_nl_pre_doit() 264 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT, 286 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT, 293 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT, 304 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT, 323 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT, 330 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT, 409 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT, 417 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT, 443 .internal_flags = DEVLINK_NL_FLAG_NEED_DEVLINK_OR_PORT, [all …]
|
/linux-6.6.21/net/ieee802154/ |
D | nl802154.c | 2523 bool rtnl = ops->internal_flags & NL802154_FLAG_NEED_RTNL; in nl802154_pre_doit() 2528 if (ops->internal_flags & NL802154_FLAG_NEED_WPAN_PHY) { in nl802154_pre_doit() 2536 } else if (ops->internal_flags & NL802154_FLAG_NEED_NETDEV || in nl802154_pre_doit() 2537 ops->internal_flags & NL802154_FLAG_NEED_WPAN_DEV) { in nl802154_pre_doit() 2550 if (ops->internal_flags & NL802154_FLAG_NEED_NETDEV) { in nl802154_pre_doit() 2563 if (ops->internal_flags & NL802154_FLAG_CHECK_NETDEV_UP && in nl802154_pre_doit() 2584 if (ops->internal_flags & NL802154_FLAG_NEED_WPAN_DEV) { in nl802154_post_doit() 2593 if (ops->internal_flags & NL802154_FLAG_NEED_RTNL) in nl802154_post_doit() 2606 .internal_flags = NL802154_FLAG_NEED_WPAN_PHY | 2615 .internal_flags = NL802154_FLAG_NEED_WPAN_DEV | [all …]
|
/linux-6.6.21/net/batman-adv/ |
D | netlink.c | 1284 if (WARN_ON(hweight8(ops->internal_flags & user_ptr1_flags) > 1)) in batadv_pre_doit() 1288 if (WARN_ON((ops->internal_flags & mesh_dep_flags) && in batadv_pre_doit() 1289 (~ops->internal_flags & BATADV_FLAG_NEED_MESH))) in batadv_pre_doit() 1292 if (ops->internal_flags & BATADV_FLAG_NEED_MESH) { in batadv_pre_doit() 1301 if (ops->internal_flags & BATADV_FLAG_NEED_HARDIF) { in batadv_pre_doit() 1311 if (ops->internal_flags & BATADV_FLAG_NEED_VLAN) { in batadv_pre_doit() 1344 if (ops->internal_flags & BATADV_FLAG_NEED_HARDIF && in batadv_post_doit() 1351 if (ops->internal_flags & BATADV_FLAG_NEED_VLAN && info->user_ptr[1]) { in batadv_post_doit() 1356 if (ops->internal_flags & BATADV_FLAG_NEED_MESH && info->user_ptr[0]) { in batadv_post_doit() 1368 .internal_flags = BATADV_FLAG_NEED_MESH, [all …]
|
/linux-6.6.21/include/net/ |
D | genetlink.h | 167 u8 internal_flags; member 195 u8 internal_flags; member 247 u8 internal_flags; member
|
/linux-6.6.21/net/wireless/ |
D | nl80211.c | 16461 u32 internal_flags; in nl80211_pre_doit() local 16464 if (WARN_ON(ops->internal_flags >= ARRAY_SIZE(nl80211_internal_flags))) in nl80211_pre_doit() 16467 internal_flags = nl80211_internal_flags[ops->internal_flags]; in nl80211_pre_doit() 16470 if (internal_flags & NL80211_FLAG_NEED_WIPHY) { in nl80211_pre_doit() 16477 } else if (internal_flags & NL80211_FLAG_NEED_NETDEV || in nl80211_pre_doit() 16478 internal_flags & NL80211_FLAG_NEED_WDEV) { in nl80211_pre_doit() 16490 if (internal_flags & NL80211_FLAG_NEED_NETDEV) { in nl80211_pre_doit() 16501 if (internal_flags & NL80211_FLAG_CHECK_NETDEV_UP && in nl80211_pre_doit() 16510 if (internal_flags & NL80211_FLAG_MLO_VALID_LINK_ID) { in nl80211_pre_doit() 16533 if (internal_flags & NL80211_FLAG_MLO_UNSUPPORTED) { in nl80211_pre_doit() [all …]
|
/linux-6.6.21/net/netlink/ |
D | genetlink.c | 188 op->internal_flags = family->small_ops[i].internal_flags; in genl_op_from_small() 287 op->internal_flags = full->internal_flags; in genl_cmd_full_to_split() 615 if (a->internal_flags != b->internal_flags || in genl_validate_ops()
|
/linux-6.6.21/fs/notify/fanotify/ |
D | fanotify_user.c | 1399 unsigned int internal_flags = 0; in SYSCALL_DEFINE2() local 1419 internal_flags |= FANOTIFY_UNPRIV; in SYSCALL_DEFINE2() 1490 group->fanotify_data.flags = flags | internal_flags; in SYSCALL_DEFINE2()
|