BT_SKB_RESERVE 142 include/net/bluetooth/bluetooth.h if ((skb = alloc_skb(len + BT_SKB_RESERVE, how))) { BT_SKB_RESERVE 143 include/net/bluetooth/bluetooth.h skb_reserve(skb, BT_SKB_RESERVE); BT_SKB_RESERVE 154 include/net/bluetooth/bluetooth.h if ((skb = sock_alloc_send_skb(sk, len + BT_SKB_RESERVE, nb, err))) { BT_SKB_RESERVE 155 include/net/bluetooth/bluetooth.h skb_reserve(skb, BT_SKB_RESERVE);