Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/bluetooth/
Dbluetooth.h43 #define BLUEZ_SKB_RESERVE 8 macro
175 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()