BT_SKB_RESERVE    339 include/net/bluetooth/bluetooth.h 	skb = alloc_skb(len + BT_SKB_RESERVE, how);
BT_SKB_RESERVE    341 include/net/bluetooth/bluetooth.h 		skb_reserve(skb, BT_SKB_RESERVE);
BT_SKB_RESERVE    350 include/net/bluetooth/bluetooth.h 	skb = sock_alloc_send_skb(sk, len + BT_SKB_RESERVE, nb, err);
BT_SKB_RESERVE    352 include/net/bluetooth/bluetooth.h 		skb_reserve(skb, BT_SKB_RESERVE);