Searched refs:bt_skb_send_alloc (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | net.patch | 81 - skb = bt_skb_send_alloc(sk, len, msg_flags & MSG_DONTWAIT, &err); 82 + skb = bt_skb_send_alloc(sk, len, msg->msg_flags & MSG_DONTWAIT, &err);
|
/kernel/linux/linux-5.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
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | hci_sock.c | 1656 skb = bt_skb_send_alloc(sk, len, msg->msg_flags & MSG_DONTWAIT, &err); in hci_logging_frame() 1781 skb = bt_skb_send_alloc(sk, len, msg->msg_flags & MSG_DONTWAIT, &err); in hci_sock_sendmsg()
|
D | sco.c | 296 skb = bt_skb_send_alloc(sk, len, msg_flags & MSG_DONTWAIT, &err); in sco_send_frame()
|
D | l2cap_sock.c | 1620 skb = bt_skb_send_alloc(sk, hdr_len + len, nb, &err); in l2cap_sock_alloc_skb_cb()
|