Searched refs:internal_flags (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/net/ieee802154/ |
A D | nl802154.c | 2669 .internal_flags = NL802154_FLAG_NEED_NETDEV | 2677 .internal_flags = NL802154_FLAG_NEED_NETDEV | 2685 .internal_flags = NL802154_FLAG_NEED_NETDEV | 2693 .internal_flags = NL802154_FLAG_NEED_NETDEV | 2701 .internal_flags = NL802154_FLAG_NEED_NETDEV | 2709 .internal_flags = NL802154_FLAG_NEED_NETDEV | 2717 .internal_flags = NL802154_FLAG_NEED_NETDEV | 2724 .internal_flags = NL802154_FLAG_NEED_NETDEV | 2732 .internal_flags = NL802154_FLAG_NEED_NETDEV | 2740 .internal_flags = NL802154_FLAG_NEED_NETDEV | [all …]
|
/linux-6.3-rc2/net/batman-adv/ |
A D | netlink.c | 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() 1368 .internal_flags = BATADV_FLAG_NEED_MESH, 1375 .internal_flags = BATADV_FLAG_NEED_MESH, 1382 .internal_flags = BATADV_FLAG_NEED_MESH, 1396 .internal_flags = BATADV_FLAG_NEED_MESH | 1458 .internal_flags = BATADV_FLAG_NEED_MESH, 1465 .internal_flags = BATADV_FLAG_NEED_MESH | 1473 .internal_flags = BATADV_FLAG_NEED_MESH | [all …]
|
/linux-6.3-rc2/net/devlink/ |
A D | netlink.c | 125 if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_PORT) { in devlink_nl_pre_doit() 132 } else if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_DEVLINK_OR_PORT) { in devlink_nl_pre_doit() 136 } else if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_RATE) { in devlink_nl_pre_doit() 145 } else if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_RATE_NODE) { in devlink_nl_pre_doit() 154 } else if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_LINECARD) { in devlink_nl_pre_doit()
|
A D | leftover.c | 6330 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT, 6338 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT, 6344 .internal_flags = DEVLINK_NL_FLAG_NEED_RATE, 6351 .internal_flags = DEVLINK_NL_FLAG_NEED_RATE, 6369 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT, 6376 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT, 6426 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT, 6434 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT, 6441 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT, 6449 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT, [all …]
|
/linux-6.3-rc2/include/net/ |
A D | genetlink.h | 160 u8 internal_flags; member 188 u8 internal_flags; member 240 u8 internal_flags; member
|
/linux-6.3-rc2/net/wireless/ |
A D | nl80211.c | 16260 u32 internal_flags; in nl80211_pre_doit() local 16266 internal_flags = nl80211_internal_flags[ops->internal_flags]; in nl80211_pre_doit() 16269 if (internal_flags & NL80211_FLAG_NEED_WIPHY) { in nl80211_pre_doit() 16277 internal_flags & NL80211_FLAG_NEED_WDEV) { in nl80211_pre_doit() 16289 if (internal_flags & NL80211_FLAG_NEED_NETDEV) { in nl80211_pre_doit() 16345 if (!(internal_flags & NL80211_FLAG_NEED_RTNL)) in nl80211_pre_doit() 16359 u32 internal_flags = nl80211_internal_flags[ops->internal_flags]; in nl80211_post_doit() local 16362 if (internal_flags & NL80211_FLAG_NEED_WDEV) { in nl80211_post_doit() 16380 if (internal_flags & NL80211_FLAG_NEED_RTNL) in nl80211_post_doit() 16388 if (internal_flags & NL80211_FLAG_CLEAR_SKB) { in nl80211_post_doit() [all …]
|
/linux-6.3-rc2/net/netlink/ |
A D | genetlink.c | 176 op->internal_flags = family->small_ops[i].internal_flags; in genl_op_from_small() 275 op->internal_flags = full->internal_flags; in genl_cmd_full_to_split() 599 if (a->internal_flags != b->internal_flags || in genl_validate_ops()
|
/linux-6.3-rc2/fs/notify/fanotify/ |
A D | fanotify_user.c | 1394 unsigned int internal_flags = 0; in SYSCALL_DEFINE2() local 1414 internal_flags |= FANOTIFY_UNPRIV; in SYSCALL_DEFINE2() 1485 group->fanotify_data.flags = flags | internal_flags; in SYSCALL_DEFINE2()
|
Completed in 63 milliseconds