Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
A Dbluetooth.h48 #define BT_SKB_RESERVE 8 macro
413 skb = alloc_skb(len + BT_SKB_RESERVE, how); in bt_skb_alloc()
415 skb_reserve(skb, BT_SKB_RESERVE); in bt_skb_alloc()
424 skb = sock_alloc_send_skb(sk, len + BT_SKB_RESERVE, nb, err); in bt_skb_send_alloc()
426 skb_reserve(skb, BT_SKB_RESERVE); in bt_skb_send_alloc()

Completed in 4 milliseconds