Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dl2cap_core.c1029 struct l2cap_hdr *lh; in l2cap_create_sframe_pdu()
1040 lh = (struct l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE); in l2cap_create_sframe_pdu()
2165 struct l2cap_hdr *lh; in l2cap_create_connless_pdu()
2178 lh = (struct l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE); in l2cap_create_connless_pdu()
2197 struct l2cap_hdr *lh; in l2cap_create_basic_pdu()
2209 lh = (struct l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE); in l2cap_create_basic_pdu()
2228 struct l2cap_hdr *lh; in l2cap_create_iframe_pdu()
2251 lh = (struct l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE); in l2cap_create_iframe_pdu()
2349 struct l2cap_hdr *lh; in l2cap_create_le_flowctl_pdu()
2369 lh = (struct l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE); in l2cap_create_le_flowctl_pdu()
[all …]
/linux-4.1.27/include/net/bluetooth/
Dl2cap.h199 struct l2cap_hdr { struct