Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dbluetooth.h319 struct bt_skb_cb { struct
329 #define bt_cb(skb) ((struct bt_skb_cb *)((skb)->cb)) argument
/Linux-v4.19/net/bluetooth/
Daf_bluetooth.c722 sock_skb_cb_check_size(sizeof(struct bt_skb_cb)); in bt_init()