Lines Matching refs:l2cap_hdr
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()
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()
2878 struct l2cap_hdr *lh; in l2cap_build_cmd()
2894 lh = (struct l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE); in l2cap_build_cmd()
6883 struct l2cap_hdr *lh = (void *) skb->data; in l2cap_recv_frame()
7448 struct l2cap_hdr *hdr; in l2cap_recv_acldata()
7482 hdr = (struct l2cap_hdr *) skb->data; in l2cap_recv_acldata()