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