Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/bluetooth/
Dbluetooth.h368 struct bt_skb_cb { struct
379 #define bt_cb(skb) ((struct bt_skb_cb *)((skb)->cb)) argument
/Linux-v5.10/net/bluetooth/
Daf_bluetooth.c725 sock_skb_cb_check_size(sizeof(struct bt_skb_cb)); in bt_init()