Lines Matching defs:cookie
322 u64 cookie)
330 if (func->cookie == cookie)
338 struct wireless_dev *wdev, u64 cookie)
350 func = ieee80211_find_nan_func_by_cookie(sdata, cookie);
565 void *cookie,
566 void (*callback)(void *cookie,
674 callback(cookie, ¶ms);
3528 u64 *cookie, gfp_t gfp)
3550 *cookie = ieee80211_mgmt_tx_cookie(local);
3551 IEEE80211_SKB_CB(ack_skb)->ack.cookie = *cookie;
3628 const u8 *peer, u64 *cookie)
3643 /* the lock is needed to assign the cookie later */
3701 ret = ieee80211_attach_ack_skb(local, skb, cookie, GFP_ATOMIC);
3871 u64 cookie;
3884 cookie = func->cookie;
3892 reason, cookie, gfp);
3913 match->cookie = func->cookie;