Searched refs:bt_skb_send_alloc (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/net/bluetooth/ |
D | bluetooth.h | 395 static inline struct sk_buff *bt_skb_send_alloc(struct sock *sk, in bt_skb_send_alloc() function
|
/Linux-v5.10/net/bluetooth/ |
D | hci_sock.c | 1632 skb = bt_skb_send_alloc(sk, len, msg->msg_flags & MSG_DONTWAIT, &err); in hci_logging_frame() 1757 skb = bt_skb_send_alloc(sk, len, msg->msg_flags & MSG_DONTWAIT, &err); in hci_sock_sendmsg()
|
D | sco.c | 288 skb = bt_skb_send_alloc(sk, len, msg->msg_flags & MSG_DONTWAIT, &err); in sco_send_frame()
|
D | l2cap_sock.c | 1577 skb = bt_skb_send_alloc(sk, hdr_len + len, nb, &err); in l2cap_sock_alloc_skb_cb()
|