Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dbluetooth.h48 #define BT_SKB_RESERVE 8 macro
391 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()
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.h258 #define BT_SKB_RESERVE 8 macro
282 if ((skb = alloc_skb(len + BT_SKB_RESERVE, how))) { in bt_skb_alloc()
283 skb_reserve(skb, BT_SKB_RESERVE); in bt_skb_alloc()