BT_SKB_RESERVE    302 include/net/bluetooth/bluetooth.h 	skb = alloc_skb(len + BT_SKB_RESERVE, how);
BT_SKB_RESERVE    304 include/net/bluetooth/bluetooth.h 		skb_reserve(skb, BT_SKB_RESERVE);
BT_SKB_RESERVE    315 include/net/bluetooth/bluetooth.h 	skb = sock_alloc_send_skb(sk, len + BT_SKB_RESERVE, nb, err);
BT_SKB_RESERVE    317 include/net/bluetooth/bluetooth.h 		skb_reserve(skb, BT_SKB_RESERVE);