Searched refs:l2cap_hdr (Results 1 – 2 of 2) sorted by relevance
1029 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()2161 struct l2cap_hdr *lh; in l2cap_create_connless_pdu()2174 lh = (struct l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE); in l2cap_create_connless_pdu()2193 struct l2cap_hdr *lh; in l2cap_create_basic_pdu()2205 lh = (struct l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE); in l2cap_create_basic_pdu()2224 struct l2cap_hdr *lh; in l2cap_create_iframe_pdu()2247 lh = (struct l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE); in l2cap_create_iframe_pdu()2345 struct l2cap_hdr *lh; in l2cap_create_le_flowctl_pdu()2365 lh = (struct l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE); in l2cap_create_le_flowctl_pdu()[all …]
201 struct l2cap_hdr { struct