Home
last modified time | relevance | path

Searched refs:nl_cmds (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/ieee802154/
H A Dnl802154.c436 struct nlattr *nl_cmds; in nl802154_send_wpan_phy() local
497 nl_cmds = nla_nest_start_noflag(msg, NL802154_ATTR_SUPPORTED_COMMANDS); in nl802154_send_wpan_phy()
498 if (!nl_cmds) in nl802154_send_wpan_phy()
532 nla_nest_end(msg, nl_cmds); in nl802154_send_wpan_phy()
/kernel/linux/linux-6.6/net/ieee802154/
H A Dnl802154.c455 struct nlattr *nl_cmds; in nl802154_send_wpan_phy() local
516 nl_cmds = nla_nest_start_noflag(msg, NL802154_ATTR_SUPPORTED_COMMANDS); in nl802154_send_wpan_phy()
517 if (!nl_cmds) in nl802154_send_wpan_phy()
551 nla_nest_end(msg, nl_cmds); in nl802154_send_wpan_phy()
/kernel/linux/linux-5.10/net/wireless/
H A Dnl80211.c2119 struct nlattr *nl_cmds; in nl80211_send_wiphy() local
2333 nl_cmds = nla_nest_start_noflag(msg, in nl80211_send_wiphy()
2335 if (!nl_cmds) in nl80211_send_wiphy()
2356 nla_nest_end(msg, nl_cmds); in nl80211_send_wiphy()
/kernel/linux/linux-6.6/net/wireless/
H A Dnl80211.c2400 struct nlattr *nl_cmds; in nl80211_send_wiphy() local
2617 nl_cmds = nla_nest_start_noflag(msg, in nl80211_send_wiphy()
2619 if (!nl_cmds) in nl80211_send_wiphy()
2642 nla_nest_end(msg, nl_cmds); in nl80211_send_wiphy()

Completed in 44 milliseconds