skb_copy_bits    1032 drivers/block/aoe/aoecmd.c 		skb_copy_bits(skb, soff, p, bv.bv_len);
skb_copy_bits      57 drivers/infiniband/sw/siw/siw_qp_rx.c 		rv = skb_copy_bits(srx->skb, srx->skb_offset, dest + pg_off,
skb_copy_bits     110 drivers/infiniband/sw/siw/siw_qp_rx.c 	rv = skb_copy_bits(srx->skb, srx->skb_offset, kva, len);
skb_copy_bits     912 drivers/infiniband/sw/siw/siw_qp_rx.c 	skb_copy_bits(skb, srx->skb_offset, infop, to_copy);
skb_copy_bits     931 drivers/infiniband/sw/siw/siw_qp_rx.c 	skb_copy_bits(skb, srx->skb_offset, infop, to_copy);
skb_copy_bits     964 drivers/infiniband/sw/siw/siw_qp_rx.c 	skb_copy_bits(skb, srx->skb_offset, tbuf, srx->fpdu_part_rem);
skb_copy_bits    1013 drivers/infiniband/sw/siw/siw_qp_rx.c 		skb_copy_bits(skb, srx->skb_offset,
skb_copy_bits    1082 drivers/infiniband/sw/siw/siw_qp_rx.c 		skb_copy_bits(skb, srx->skb_offset,
skb_copy_bits    2564 drivers/net/bonding/bond_main.c 		if (skb_copy_bits(skb, 0, arp, alen) < 0)
skb_copy_bits     258 drivers/net/caif/caif_hsi.c 			skb_copy_bits(skb, 0, pemb, skb->len);
skb_copy_bits     299 drivers/net/caif/caif_hsi.c 		skb_copy_bits(skb, 0, pfrm, skb->len);
skb_copy_bits     368 drivers/net/caif/caif_spi.c 		skb_copy_bits(skb, 0, dst, skb->len);
skb_copy_bits     511 drivers/net/caif/caif_virtio.c 	skb_copy_bits(skb, 0, buf_info->vaddr + cfv->tx_hr + pad_len, skb->len);
skb_copy_bits     437 drivers/net/ethernet/cavium/octeon/octeon_mgmt.c 			if (skb_copy_bits(skb2, 0, skb_tail_pointer(skb_new),
skb_copy_bits    1223 drivers/net/ethernet/chelsio/cxgb3/sge.c 				skb_copy_bits(skb, 0, &d->flit[2], skb->len);
skb_copy_bits    1392 drivers/net/ethernet/chelsio/cxgb3/sge.c 		skb_copy_bits(skb, sizeof(*from), &to[1], len - sizeof(*from));
skb_copy_bits      52 drivers/net/ethernet/chelsio/cxgb4/cxgb4_fcoe.c 	skb_copy_bits(skb, skb->len - 4, &eof, 1);
skb_copy_bits    1050 drivers/net/ethernet/chelsio/cxgb4/sge.c 			skb_copy_bits(skb, 0, pos, skb->len);
skb_copy_bits    1053 drivers/net/ethernet/chelsio/cxgb4/sge.c 		skb_copy_bits(skb, 0, pos, left);
skb_copy_bits    1054 drivers/net/ethernet/chelsio/cxgb4/sge.c 		skb_copy_bits(skb, left, q->desc, skb->len - left);
skb_copy_bits    1062 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 			skb_copy_bits(skb, 0, pos, skb->len);
skb_copy_bits    1065 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 		skb_copy_bits(skb, 0, pos, left);
skb_copy_bits    1066 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 		skb_copy_bits(skb, left, tq->desc, skb->len - left);
skb_copy_bits     447 drivers/net/ethernet/google/gve/gve_tx.c 	skb_copy_bits(skb, 0,
skb_copy_bits     463 drivers/net/ethernet/google/gve/gve_tx.c 		skb_copy_bits(skb, copy_offset,
skb_copy_bits    2005 drivers/net/ethernet/ibm/ehea/ehea_main.c 		skb_copy_bits(skb, 0, imm_data, skb->len);
skb_copy_bits     531 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c 	skb_copy_bits(skb, skb->len - 4, &eof, 1);
skb_copy_bits    1129 drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c 			ret = skb_copy_bits(skb, skb->len - (authlen + 2),
skb_copy_bits     891 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c 	skb_copy_bits(skb, skb->len - IXGBE_TS_HDR_LEN, &regval,
skb_copy_bits     516 drivers/net/ethernet/intel/ixgbevf/ipsec.c 			ret = skb_copy_bits(skb, skb->len - (authlen + 2),
skb_copy_bits     118 drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_rxtx.c 	ret = skb_copy_bits(skb, skb->len - alen - 2, &plen, 1);
skb_copy_bits     164 drivers/net/ethernet/sfc/falcon/tx.c 	rc = skb_copy_bits(skb, 0, copy_buffer, copy_len);
skb_copy_bits     180 drivers/net/ethernet/sfc/tx.c 	rc = skb_copy_bits(skb, 0, copy_buffer, copy_len);
skb_copy_bits    1161 drivers/net/ethernet/sun/sunvnet_common.c 			if (skb_copy_bits(skb, 0, nskb->data, start)) {
skb_copy_bits    1202 drivers/net/ethernet/sun/sunvnet_common.c 		} else if (skb_copy_bits(skb, 0, nskb->data, skb->len)) {
skb_copy_bits    2132 drivers/net/ppp/ppp_generic.c 			skb_copy_bits(skb, 0, skb_put(ns, skb->len), skb->len);
skb_copy_bits    1921 drivers/net/usb/r8152.c 		if (skb_copy_bits(skb, 0, tx_data, len) < 0) {
skb_copy_bits     634 drivers/net/veth.c 		if (skb_copy_bits(skb, -mac_len, start, pktlen)) {
skb_copy_bits     111 drivers/net/wireless/intel/iwlwifi/iwl-devtrace-iwlwifi.h 			skb_copy_bits(skb, hdr_len,
skb_copy_bits    1068 drivers/net/xen-netback/netback.c 		if (skb_copy_bits(skb, offset, page_address(page), len))
skb_copy_bits     584 drivers/nvme/host/tcp.c 	ret = skb_copy_bits(skb, *offset,
skb_copy_bits     720 drivers/nvme/host/tcp.c 	ret = skb_copy_bits(skb, *offset, &ddgst[off], recv_len);
skb_copy_bits     547 drivers/scsi/bnx2fc/bnx2fc_fcoe.c 	if (skb_copy_bits(skb, fr_len, &crc_eof, sizeof(crc_eof))) {
skb_copy_bits     786 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 	err = skb_copy_bits(skb, skb->len - sizeof(ddp_cpl), &ddp_cpl,
skb_copy_bits     812 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 		err = skb_copy_bits(skb, hdr_len, &data_cpl, sizeof(data_cpl));
skb_copy_bits    1713 drivers/scsi/fcoe/fcoe.c 	if (skb_copy_bits(skb, fr_len, &crc_eof, sizeof(crc_eof)))
skb_copy_bits    2366 drivers/scsi/qedf/qedf_main.c 	if (skb_copy_bits(skb, fr_len, &crc_eof, sizeof(crc_eof))) {
skb_copy_bits     377 drivers/staging/rtl8188eu/core/rtw_xmit.c 		skb_copy_bits(skb, ETH_HLEN, &ip_hdr, sizeof(ip_hdr));
skb_copy_bits     405 drivers/staging/rtl8188eu/core/rtw_xmit.c 	skb_copy_bits(pkt, 0, &etherhdr, ETH_HLEN);
skb_copy_bits     435 drivers/staging/rtl8188eu/core/rtw_xmit.c 		skb_copy_bits(pkt, ETH_HLEN, tmp, 24);
skb_copy_bits    1004 drivers/staging/rtl8188eu/core/rtw_xmit.c 		skb_copy_bits(pkt, pkt->len - remainder, pframe, mem_sz);
skb_copy_bits      53 drivers/staging/rtl8712/xmit_linux.c 		skb_copy_bits(pfile->pkt, pfile->buf_len - pfile->pkt_len,
skb_copy_bits      35 drivers/staging/rtl8723bs/os_dep/xmit_linux.c 		skb_copy_bits(pfile->pkt, pfile->buf_len - pfile->pkt_len, rmem, len);
skb_copy_bits    1134 drivers/target/iscsi/cxgbit/cxgbit_target.c 		skb_copy_bits(csk->skb, pdu_cb->doffset,
skb_copy_bits    1195 drivers/target/iscsi/cxgbit/cxgbit_target.c 		skb_copy_bits(csk->skb, pdu_cb->doffset,
skb_copy_bits    1361 drivers/target/iscsi/cxgbit/cxgbit_target.c 	skb_copy_bits(csk->skb, pdu_cb->doffset, login->req_buf, pdu_cb->dlen);
skb_copy_bits     444 drivers/usb/gadget/function/f_eem.c 				skb_copy_bits(skb2, 0, req->buf, skb2->len);
skb_copy_bits    3509 include/linux/skbuff.h int skb_copy_bits(const struct sk_buff *skb, int offset, void *to, int len);
skb_copy_bits    3572 include/linux/skbuff.h 	    skb_copy_bits(skb, offset, buffer, len) < 0)
skb_copy_bits     621 net/802/mrp.c  	if (skb_copy_bits(skb, *offset, &endmark, sizeof(endmark)) < 0)
skb_copy_bits     697 net/802/mrp.c  	if (skb_copy_bits(skb, *offset, mrp_cb(skb)->attrvalue,
skb_copy_bits     706 net/802/mrp.c  		if (skb_copy_bits(skb, *offset, &vaevents,
skb_copy_bits     639 net/core/drop_monitor.c 	if (skb_copy_bits(skb, 0, nla_data(attr), payload_len))
skb_copy_bits     784 net/core/drop_monitor.c 	if (skb_copy_bits(skb, 0, nla_data(attr), payload_len))
skb_copy_bits     187 net/core/filter.c 		if (!skb_copy_bits(skb, offset, &tmp, sizeof(tmp)))
skb_copy_bits     214 net/core/filter.c 		if (!skb_copy_bits(skb, offset, &tmp, sizeof(tmp)))
skb_copy_bits     241 net/core/filter.c 		if (!skb_copy_bits(skb, offset, &tmp, sizeof(tmp)))
skb_copy_bits    1524 net/core/skbuff.c 	BUG_ON(skb_copy_bits(skb, -headerlen, n->head, headerlen + skb->len));
skb_copy_bits    1767 net/core/skbuff.c 	BUG_ON(skb_copy_bits(skb, -head_copy_len, n->head + head_copy_off,
skb_copy_bits    2064 net/core/skbuff.c 	BUG_ON(skb_copy_bits(skb, skb_headlen(skb),
skb_copy_bits    2248 net/core/skbuff.c 			if (skb_copy_bits(frag_iter, offset - start, to, copy))
skb_copy_bits    2264 net/core/skbuff.c EXPORT_SYMBOL(skb_copy_bits);
skb_copy_bits    2950 net/core/skbuff.c 		return skb_copy_bits(from, 0, skb_put(to, len), len);
skb_copy_bits    2953 net/core/skbuff.c 		ret = skb_copy_bits(from, 0, skb_put(to, hlen), hlen);
skb_copy_bits    5039 net/core/skbuff.c 			BUG_ON(skb_copy_bits(from, 0, skb_put(to, len), len));
skb_copy_bits     554 net/ipv4/esp4.c 	if (skb_copy_bits(skb, skb->len - alen - 2, nexthdr, 2))
skb_copy_bits     970 net/ipv4/icmp.c 	BUG_ON(skb_copy_bits(skb, 0, &icmp_param.data.times[0], 4));
skb_copy_bits     514 net/ipv4/ip_fragment.c 	if (skb_copy_bits(skb, netoff, &iph, sizeof(iph)) < 0)
skb_copy_bits     730 net/ipv4/ip_output.c 	if (skb_copy_bits(skb, state->ptr, skb_transport_header(skb2), len))
skb_copy_bits    2467 net/ipv4/ipmr.c 	if (!nla || skb_copy_bits(pkt, sizeof(struct igmpmsg),
skb_copy_bits    4989 net/ipv4/tcp_input.c 				if (skb_copy_bits(skb, offset, skb_put(nskb, size), size))
skb_copy_bits    5390 net/ipv4/tcp_input.c 			if (skb_copy_bits(skb, ptr, &tmp, 1))
skb_copy_bits    2182 net/ipv4/tcp_output.c 		skb_copy_bits(skb, 0, skb_put(nskb, copy), copy);
skb_copy_bits    2807 net/ipv4/tcp_output.c 			skb_copy_bits(next_skb, 0, skb_put(skb, next_skb_size),
skb_copy_bits     493 net/ipv6/esp6.c 	ret = skb_copy_bits(skb, skb->len - alen - 2, nexthdr, 2);
skb_copy_bits     746 net/ipv6/ip6_output.c 	BUG_ON(skb_copy_bits(skb, state->ptr, skb_transport_header(frag),
skb_copy_bits    2467 net/ipv6/ip6mr.c 	if (!nla || skb_copy_bits(pkt, sizeof(struct mrt6msg),
skb_copy_bits    1572 net/ipv6/ndisc.c 	skb_copy_bits(orig_skb, skb_network_offset(orig_skb), opt,
skb_copy_bits     414 net/ipv6/netfilter/nf_conntrack_reasm.c 		if (skb_copy_bits(skb, start, &hdr, sizeof(hdr)))
skb_copy_bits     594 net/ipv6/raw.c 	err = skb_copy_bits(skb, offset, &csum, 2);
skb_copy_bits     262 net/mac80211/rx.c 	skb_copy_bits(skb, rtap_space, &action, sizeof(action));
skb_copy_bits    1033 net/mac80211/rx.c 	skb_copy_bits(skb, key_idx_off, &keyid, 1);
skb_copy_bits    1510 net/mac80211/rx.c 			skb_copy_bits(rx->skb, hdrlen + 6, &ethertype, 2);
skb_copy_bits    2912 net/mac80211/rx.c 		if (skb_copy_bits(skb, offsetof(struct ieee80211_bar, control),
skb_copy_bits     137 net/netfilter/nf_conntrack_amanda.c 		if (skb_copy_bits(skb, off, pbuf, len))
skb_copy_bits     357 net/netfilter/nf_conntrack_core.c 	if (skb_copy_bits(skb, nhoff + offsetof(struct ipv6hdr, nexthdr),
skb_copy_bits      54 net/netfilter/nf_tables_trace.c 	if (!nla || skb_copy_bits(skb, off, nla_data(nla), len))
skb_copy_bits      72 net/netfilter/nf_tables_trace.c 	if (skb_copy_bits(skb, off, &veth, ETH_HLEN))
skb_copy_bits     649 net/netfilter/nfnetlink_log.c 		if (skb_copy_bits(skb, 0, nla_data(nla), data_len))
skb_copy_bits      55 net/netfilter/nft_exthdr.c 	if (skb_copy_bits(pkt->skb, offset, dest, priv->len) < 0)
skb_copy_bits      94 net/netfilter/nft_exthdr.c 	if (skb_copy_bits(skb, start, opt->__data, optlen))
skb_copy_bits     152 net/netfilter/nft_exthdr.c 	if (skb_copy_bits(pkt->skb, offset, dest, priv->len) < 0)
skb_copy_bits      38 net/netfilter/nft_payload.c 		if (skb_copy_bits(skb, mac_off, &veth, ETH_HLEN))
skb_copy_bits      70 net/netfilter/nft_payload.c 	return skb_copy_bits(skb, offset + mac_off, dst_u8, len) == 0;
skb_copy_bits     109 net/netfilter/nft_payload.c 	if (skb_copy_bits(skb, offset, dest, priv->len) < 0)
skb_copy_bits     452 net/netfilter/nft_payload.c 	if (skb_copy_bits(skb, l4csum_offset, &sum, sizeof(sum)) < 0)
skb_copy_bits     481 net/netfilter/nft_payload.c 	if (skb_copy_bits(skb, csum_offset, &sum, sizeof(sum)) < 0)
skb_copy_bits     142 net/netfilter/xt_HMARK.c 	if (skb_copy_bits(skb, nhoff, &t->uports, sizeof(t->uports)) < 0)
skb_copy_bits      42 net/netfilter/xt_u32.c 		if (skb_copy_bits(skb, pos, &n, sizeof(n)) < 0)
skb_copy_bits      69 net/netfilter/xt_u32.c 				if (skb_copy_bits(skb, at + pos, &n,
skb_copy_bits    2310 net/packet/af_packet.c 	skb_copy_bits(skb, 0, h.raw + macoff, snaplen);
skb_copy_bits     277 net/psample/psample.c 		if (skb_copy_bits(skb, 0, nla_data(nla), data_len))
skb_copy_bits     805 net/qrtr/qrtr.c 		skb_copy_bits(skb, 0, &qrtr_type, 4);
skb_copy_bits     132 net/rds/tcp_recv.c 			ret = skb_copy_bits(skb, skb_off,
skb_copy_bits     197 net/rds/tcp_recv.c 			skb_copy_bits(skb, offset,
skb_copy_bits     311 net/rxrpc/conn_event.c 		if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header),
skb_copy_bits     365 net/rxrpc/input.c 		if (skb_copy_bits(skb, offset, &flags, 1) < 0)
skb_copy_bits     855 net/rxrpc/input.c 	if (skb_copy_bits(skb, offset, &buf.ack, sizeof(buf.ack)) < 0) {
skb_copy_bits     902 net/rxrpc/input.c 	    skb_copy_bits(skb, ioffset, &buf.info, sizeof(buf.info)) < 0)
skb_copy_bits     957 net/rxrpc/input.c 		if (skb_copy_bits(skb, offset, buf.acks, nr_acks) < 0) {
skb_copy_bits    1008 net/rxrpc/input.c 	    skb_copy_bits(skb, sizeof(struct rxrpc_wire_header),
skb_copy_bits    1163 net/rxrpc/input.c 	if (skb_copy_bits(skb, 0, &whdr, sizeof(whdr)) < 0) {
skb_copy_bits      98 net/rxrpc/local_event.c 			if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header),
skb_copy_bits     248 net/rxrpc/recvmsg.c 		if (skb_copy_bits(skb, offset - 2, &tmp, 2) < 0)
skb_copy_bits     390 net/rxrpc/rxkad.c 	if (skb_copy_bits(skb, offset, &sechdr, sizeof(sechdr)) < 0) {
skb_copy_bits     484 net/rxrpc/rxkad.c 	if (skb_copy_bits(skb, offset, &sechdr, sizeof(sechdr)) < 0) {
skb_copy_bits     600 net/rxrpc/rxkad.c 	if (skb_copy_bits(skb, *_offset, &sechdr, sizeof(sechdr)) < 0)
skb_copy_bits     614 net/rxrpc/rxkad.c 	if (skb_copy_bits(skb, *_offset, &sechdr, sizeof(sechdr)) < 0)
skb_copy_bits     834 net/rxrpc/rxkad.c 	if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header),
skb_copy_bits    1109 net/rxrpc/rxkad.c 	if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header),
skb_copy_bits    1144 net/rxrpc/rxkad.c 	if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header),
skb_copy_bits      35 net/sunrpc/socklib.c 	if (unlikely(skb_copy_bits(desc->skb, desc->offset, to, len)))
skb_copy_bits     794 net/tls/tls_device.c 	err = skb_copy_bits(skb, offset, buf,
skb_copy_bits     136 net/tls/tls_sw.c 			err = skb_copy_bits(skb,
skb_copy_bits    1457 net/tls/tls_sw.c 	err = skb_copy_bits(skb, rxm->offset + TLS_HEADER_SIZE,
skb_copy_bits    2041 net/tls/tls_sw.c 	ret = skb_copy_bits(skb, rxm->offset, header, prot->prepend_size);
skb_copy_bits    15946 net/wireless/nl80211.c 	skb_copy_bits(skb, 0, nla_data(frame), skb->len);
skb_copy_bits     483 net/wireless/util.c 		skb_copy_bits(skb, hdrlen, &mesh_flags, 1);
skb_copy_bits     505 net/wireless/util.c 				skb_copy_bits(skb, hdrlen +
skb_copy_bits     523 net/wireless/util.c 				skb_copy_bits(skb, hdrlen +
skb_copy_bits     537 net/wireless/util.c 	skb_copy_bits(skb, hdrlen, &payload, sizeof(payload));
skb_copy_bits     641 net/wireless/util.c 	skb_copy_bits(skb, offset, skb_put(frame, cur_len), cur_len);
skb_copy_bits     673 net/wireless/util.c 		skb_copy_bits(skb, offset, &eth, sizeof(eth));
skb_copy_bits     132 net/x25/x25_in.c 			skb_copy_bits(skb, 0, x25->calluserdata.cuddata,