Home
last modified time | relevance | path

Searched refs:bt_skb_cb (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/net/bluetooth/
Dbluetooth.h445 struct bt_skb_cb { struct
457 #define bt_cb(skb) ((struct bt_skb_cb *)((skb)->cb)) argument
/linux-6.1.9/net/bluetooth/
Daf_bluetooth.c726 sock_skb_cb_check_size(sizeof(struct bt_skb_cb)); in bt_init()