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()
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()
2874 struct l2cap_hdr *lh; in l2cap_build_cmd()
2890 lh = (struct l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE); in l2cap_build_cmd()
6893 struct l2cap_hdr *lh = (void *) skb->data; in l2cap_recv_frame()
7460 struct l2cap_hdr *hdr; in l2cap_recv_acldata()
7494 hdr = (struct l2cap_hdr *) skb->data; in l2cap_recv_acldata()