skb_store_bits    187 drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_rxtx.c 	skb_store_bits(skb, iv_offset, &seqno, 8);
skb_store_bits    199 drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_rxtx.c 	skb_store_bits(skb, iv_offset, &seqno, 8);
skb_store_bits    566 drivers/target/iscsi/cxgbit/cxgbit_target.c 		skb_store_bits(skb, ISCSI_HDR_LEN, data_buf, data_buf_len);
skb_store_bits    569 drivers/target/iscsi/cxgbit/cxgbit_target.c 			skb_store_bits(skb, ISCSI_HDR_LEN + data_buf_len,
skb_store_bits    802 drivers/target/iscsi/cxgbit/cxgbit_target.c 	skb_store_bits(skb, 0, login->rsp, ISCSI_HDR_LEN);
skb_store_bits    803 drivers/target/iscsi/cxgbit/cxgbit_target.c 	skb_store_bits(skb, ISCSI_HDR_LEN, login->rsp_buf, length);
skb_store_bits    806 drivers/target/iscsi/cxgbit/cxgbit_target.c 		skb_store_bits(skb, ISCSI_HDR_LEN + length,
skb_store_bits   3510 include/linux/skbuff.h int skb_store_bits(struct sk_buff *skb, int offset, const void *from, int len);
skb_store_bits     39 net/bridge/netfilter/ebt_snat.c 		if (skb_store_bits(skb, sizeof(_ah), info->mac, ETH_ALEN))
skb_store_bits   2609 net/core/skbuff.c 			if (skb_store_bits(frag_iter, offset - start,
skb_store_bits   2625 net/core/skbuff.c EXPORT_SYMBOL(skb_store_bits);
skb_store_bits    610 net/ipv6/raw.c 	BUG_ON(skb_store_bits(skb, offset, &csum, 2));
skb_store_bits    470 net/netfilter/nft_payload.c 	    skb_store_bits(skb, l4csum_offset, &sum, sizeof(sum)) < 0)
skb_store_bits    486 net/netfilter/nft_payload.c 	    skb_store_bits(skb, csum_offset, &sum, sizeof(sum)) < 0)
skb_store_bits    539 net/netfilter/nft_payload.c 	    skb_store_bits(skb, offset, src, priv->len) < 0)
skb_store_bits   2507 net/packet/af_packet.c 		err = skb_store_bits(skb, 0, data, hdrlen);
skb_store_bits    395 net/sched/act_pedit.c 				skb_store_bits(skb, hoffset + offset, ptr, 4);
skb_store_bits    812 net/tls/tls_device.c 			err = skb_store_bits(skb, offset, buf, copy);
skb_store_bits    839 net/tls/tls_device.c 			err = skb_store_bits(skb_iter, frag_pos, buf, copy);
skb_store_bits    373 net/xdp/xsk.c  		err = skb_store_bits(skb, 0, buffer, len);