Searched refs:BLUEZ_SKB_RESERVE (Results 1 – 1 of 1) sorted by relevance
43 #define BLUEZ_SKB_RESERVE 8 macro175 if ((skb = alloc_skb(len + BLUEZ_SKB_RESERVE, how))) { in bluez_skb_alloc()176 skb_reserve(skb, BLUEZ_SKB_RESERVE); in bluez_skb_alloc()187 if ((skb = sock_alloc_send_skb(sk, len + BLUEZ_SKB_RESERVE, nb, err))) { in bluez_skb_send_alloc()188 skb_reserve(skb, BLUEZ_SKB_RESERVE); in bluez_skb_send_alloc()