Searched refs:RFCOMM_SKB_HEAD_RESERVE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | rfcomm.h | 39 #define RFCOMM_SKB_HEAD_RESERVE 8 macro 41 #define RFCOMM_SKB_RESERVE (RFCOMM_SKB_HEAD_RESERVE + RFCOMM_SKB_TAIL_RESERVE)
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | rfcomm.h | 39 #define RFCOMM_SKB_HEAD_RESERVE 8 macro 41 #define RFCOMM_SKB_RESERVE (RFCOMM_SKB_HEAD_RESERVE + RFCOMM_SKB_TAIL_RESERVE)
|
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/ |
H A D | tty.c | 797 skb_reserve(skb, RFCOMM_SKB_HEAD_RESERVE); in rfcomm_tty_write()
|
H A D | sock.c | 584 skb = bt_skb_sendmmsg(sk, msg, len, d->mtu, RFCOMM_SKB_HEAD_RESERVE, in rfcomm_sock_sendmsg()
|
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/ |
H A D | tty.c | 799 skb_reserve(skb, RFCOMM_SKB_HEAD_RESERVE); in rfcomm_tty_write()
|
H A D | sock.c | 582 skb = bt_skb_sendmmsg(sk, msg, len, d->mtu, RFCOMM_SKB_HEAD_RESERVE, in rfcomm_sock_sendmsg()
|
Completed in 7 milliseconds