Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dbluetooth.h397 static inline struct sk_buff *bt_skb_send_alloc(struct sock *sk, in bt_skb_send_alloc() function
435 skb = bt_skb_send_alloc(sk, size + headroom + tailroom, in bt_skb_sendmsg()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_sock.c1649 skb = bt_skb_send_alloc(sk, len, msg->msg_flags & MSG_DONTWAIT, &err); in hci_logging_frame()
1774 skb = bt_skb_send_alloc(sk, len, msg->msg_flags & MSG_DONTWAIT, &err); in hci_sock_sendmsg()
H A Dl2cap_sock.c1620 skb = bt_skb_send_alloc(sk, hdr_len + len, nb, &err); in l2cap_sock_alloc_skb_cb()