Searched refs:skb_store_bits (Results 1 – 10 of 10) sorted by relevance
/linux/net/bridge/netfilter/ |
H A D | ebt_snat.c | 39 if (skb_store_bits(skb, sizeof(_ah), info->mac, ETH_ALEN)) in ebt_snat_tg()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec_rxtx.c | 172 skb_store_bits(skb, iv_offset, &seqno, 8); in mlx5e_ipsec_set_iv_esn() 184 skb_store_bits(skb, iv_offset, &seqno, 8); in mlx5e_ipsec_set_iv()
|
/linux/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_target.c | 549 skb_store_bits(skb, ISCSI_HDR_LEN, data_buf, data_buf_len); in cxgbit_xmit_nondatain_pdu() 552 skb_store_bits(skb, ISCSI_HDR_LEN + data_buf_len, in cxgbit_xmit_nondatain_pdu() 785 skb_store_bits(skb, 0, login->rsp, ISCSI_HDR_LEN); in cxgbit_put_login_tx() 786 skb_store_bits(skb, ISCSI_HDR_LEN, login->rsp_buf, length); in cxgbit_put_login_tx() 789 skb_store_bits(skb, ISCSI_HDR_LEN + length, in cxgbit_put_login_tx()
|
/linux/net/netfilter/ |
H A D | nft_payload.c | 776 skb_store_bits(skb, l4csum_offset, &sum, sizeof(sum)) < 0) in nft_payload_l4csum_update() 792 skb_store_bits(skb, csum_offset, &sum, sizeof(sum)) < 0) in nft_payload_csum_inet() 923 skb_store_bits(skb, offset, src, priv->len) < 0) in nft_payload_set_eval()
|
/linux/net/tls/ |
H A D | tls_device.c | 926 err = skb_store_bits(skb, offset, buf, copy); in tls_device_reencrypt() 953 err = skb_store_bits(skb_iter, frag_pos, buf, copy); in tls_device_reencrypt()
|
/linux/net/sched/ |
H A D | act_pedit.c | 478 skb_store_bits(skb, hoffset + offset, ptr, 4); in tcf_pedit_act()
|
/linux/net/xdp/ |
H A D | xsk.c | 689 err = skb_store_bits(skb, 0, buffer, len); in xsk_build_skb()
|
/linux/net/core/ |
H A D | skbuff.c | 3393 int skb_store_bits(struct sk_buff *skb, int offset, const void *from, int len) in skb_store_bits() function 3455 if (skb_store_bits(frag_iter, offset - start, in skb_store_bits() 3471 EXPORT_SYMBOL(skb_store_bits);
|
/linux/include/linux/ |
H A D | skbuff.h | 4128 int skb_store_bits(struct sk_buff *skb, int offset, const void *from, int len);
|
/linux/net/packet/ |
H A D | af_packet.c | 2658 err = skb_store_bits(skb, 0, data, hdrlen); in tpacket_fill_skb()
|