Home
last modified time | relevance | path

Searched refs:bt_skb_send_alloc (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dbluetooth.h493 static inline struct sk_buff *bt_skb_send_alloc(struct sock *sk, in bt_skb_send_alloc() function
531 skb = bt_skb_send_alloc(sk, size + headroom + tailroom, in bt_skb_sendmsg()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_sock.c1681 skb = bt_skb_send_alloc(sk, len, msg->msg_flags & MSG_DONTWAIT, &err); in hci_logging_frame()
1806 skb = bt_skb_send_alloc(sk, len, msg->msg_flags & MSG_DONTWAIT, &err); in hci_sock_sendmsg()
H A Dl2cap_sock.c1622 skb = bt_skb_send_alloc(sk, hdr_len + len, nb, &err); in l2cap_sock_alloc_skb_cb()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dl2cap_sock.c1588 skb = bt_skb_send_alloc(sk, hdr_len + len, nb, &err); in l2cap_sock_alloc_skb_cb()

Completed in 8 milliseconds