Searched refs:BT_SKB_RESERVE (Results 1 – 2 of 2) sorted by relevance
48 #define BT_SKB_RESERVE 8 macro391 skb = alloc_skb(len + BT_SKB_RESERVE, how); in bt_skb_alloc()393 skb_reserve(skb, BT_SKB_RESERVE); in bt_skb_alloc()402 skb = sock_alloc_send_skb(sk, len + BT_SKB_RESERVE, nb, err); in bt_skb_send_alloc()404 skb_reserve(skb, BT_SKB_RESERVE); in bt_skb_send_alloc()
258 #define BT_SKB_RESERVE 8 macro282 if ((skb = alloc_skb(len + BT_SKB_RESERVE, how))) { in bt_skb_alloc()283 skb_reserve(skb, BT_SKB_RESERVE); in bt_skb_alloc()