Home
last modified time | relevance | path

Searched refs:skb_store_bits (Results 1 – 10 of 10) sorted by relevance

/linux/net/bridge/netfilter/
H A Debt_snat.c39 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 Dipsec_rxtx.c172 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 Dcxgbit_target.c549 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 Dnft_payload.c776 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 Dtls_device.c926 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 Dact_pedit.c478 skb_store_bits(skb, hoffset + offset, ptr, 4); in tcf_pedit_act()
/linux/net/xdp/
H A Dxsk.c689 err = skb_store_bits(skb, 0, buffer, len); in xsk_build_skb()
/linux/net/core/
H A Dskbuff.c3393 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 Dskbuff.h4128 int skb_store_bits(struct sk_buff *skb, int offset, const void *from, int len);
/linux/net/packet/
H A Daf_packet.c2658 err = skb_store_bits(skb, 0, data, hdrlen); in tpacket_fill_skb()