Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/
Dmac80211_hwsim.h139 HWSIM_ATTR_COOKIE, enumerator
Dmac80211_hwsim.c590 [HWSIM_ATTR_COOKIE] = { .type = NLA_U64 },
1021 if (nla_put_u64(skb, HWSIM_ATTR_COOKIE, (unsigned long) my_skb)) in mac80211_hwsim_tx_frame_nl()
2726 !info->attrs[HWSIM_ATTR_COOKIE] || in hwsim_tx_info_frame_received_nl()
2733 ret_skb_ptr = nla_get_u64(info->attrs[HWSIM_ATTR_COOKIE]); in hwsim_tx_info_frame_received_nl()