L2CAP_FCS_SIZE   1051 net/bluetooth/l2cap_core.c 		hlen += L2CAP_FCS_SIZE;
L2CAP_FCS_SIZE   1069 net/bluetooth/l2cap_core.c 		put_unaligned_le16(fcs, skb_put(skb, L2CAP_FCS_SIZE));
L2CAP_FCS_SIZE   1898 net/bluetooth/l2cap_core.c 			put_unaligned_le16(fcs, skb_put(skb, L2CAP_FCS_SIZE));
L2CAP_FCS_SIZE   1947 net/bluetooth/l2cap_core.c 			put_unaligned_le16(fcs, skb_put(skb, L2CAP_FCS_SIZE));
L2CAP_FCS_SIZE   2048 net/bluetooth/l2cap_core.c 					tx_skb->len - L2CAP_FCS_SIZE);
L2CAP_FCS_SIZE   2050 net/bluetooth/l2cap_core.c 						L2CAP_FCS_SIZE);
L2CAP_FCS_SIZE   2280 net/bluetooth/l2cap_core.c 		hlen += L2CAP_FCS_SIZE;
L2CAP_FCS_SIZE   2339 net/bluetooth/l2cap_core.c 		pdu_len -= L2CAP_FCS_SIZE;
L2CAP_FCS_SIZE   3289 net/bluetooth/l2cap_core.c 			     L2CAP_FCS_SIZE);
L2CAP_FCS_SIZE   3326 net/bluetooth/l2cap_core.c 			     L2CAP_FCS_SIZE);
L2CAP_FCS_SIZE   3518 net/bluetooth/l2cap_core.c 				     L2CAP_SDULEN_SIZE - L2CAP_FCS_SIZE);
L2CAP_FCS_SIZE   3548 net/bluetooth/l2cap_core.c 				     L2CAP_SDULEN_SIZE - L2CAP_FCS_SIZE);
L2CAP_FCS_SIZE   5841 net/bluetooth/l2cap_core.c 		skb_trim(skb, skb->len - L2CAP_FCS_SIZE);
L2CAP_FCS_SIZE   6692 net/bluetooth/l2cap_core.c 		len -= L2CAP_FCS_SIZE;