Home
last modified time | relevance | path

Searched refs:HWSIM_ATTR_COOKIE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.h170 HWSIM_ATTR_COOKIE, enumerator
H A Dmac80211_hwsim.c882 [HWSIM_ATTR_COOKIE] = { .type = NLA_U64 },
1567 if (nla_put_u64_64bit(skb, HWSIM_ATTR_COOKIE, cookie, HWSIM_ATTR_PAD)) in mac80211_hwsim_tx_frame_nl()
5526 !info->attrs[HWSIM_ATTR_COOKIE] || in hwsim_tx_info_frame_received_nl()
5533 ret_skb_cookie = nla_get_u64(info->attrs[HWSIM_ATTR_COOKIE]); in hwsim_tx_info_frame_received_nl()