Home
last modified time | relevance | path

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

/linux/net/mac802154/
H A Dscan.c25 #define IEEE802154_MAC_CMD_SKB_SZ (IEEE802154_MAC_CMD_MHR_SZ + \ macro
159 skb = alloc_skb(IEEE802154_MAC_CMD_SKB_SZ, GFP_KERNEL); in mac802154_transmit_beacon_req()
550 skb = alloc_skb(IEEE802154_MAC_CMD_SKB_SZ + sizeof(frame.assoc_req_pl), in mac802154_perform_association()
674 skb = alloc_skb(IEEE802154_MAC_CMD_SKB_SZ + sizeof(frame.disassoc_pl), in mac802154_send_disassociation_notif()
729 skb = alloc_skb(IEEE802154_MAC_CMD_SKB_SZ + sizeof(*assoc_resp_pl), in mac802154_send_association_resp_locked()