Home
last modified time | relevance | path

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

/linux-5.19.10/net/bridge/netfilter/
Debt_snat.c39 if (skb_store_bits(skb, sizeof(_ah), info->mac, ETH_ALEN)) in ebt_snat_tg()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_rxtx.c169 skb_store_bits(skb, iv_offset, &seqno, 8); in mlx5e_ipsec_set_iv_esn()
181 skb_store_bits(skb, iv_offset, &seqno, 8); in mlx5e_ipsec_set_iv()
/linux-5.19.10/net/netfilter/
Dnft_payload.c646 skb_store_bits(skb, l4csum_offset, &sum, sizeof(sum)) < 0) in nft_payload_l4csum_update()
662 skb_store_bits(skb, csum_offset, &sum, sizeof(sum)) < 0) in nft_payload_csum_inet()
722 skb_store_bits(skb, offset, src, priv->len) < 0) in nft_payload_set_eval()
/linux-5.19.10/drivers/target/iscsi/cxgbit/
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-5.19.10/net/sched/
Dact_pedit.c415 skb_store_bits(skb, hoffset + offset, ptr, 4); in tcf_pedit_act()
/linux-5.19.10/net/tls/
Dtls_device.c935 err = skb_store_bits(skb, offset, buf, copy); in tls_device_reencrypt()
962 err = skb_store_bits(skb_iter, frag_pos, buf, copy); in tls_device_reencrypt()
/linux-5.19.10/net/ipv6/
Draw.c576 BUG_ON(skb_store_bits(skb, offset, &csum, 2)); in rawv6_push_pending_frames()
/linux-5.19.10/net/xdp/
Dxsk.c498 err = skb_store_bits(skb, 0, buffer, len); in xsk_build_skb()
/linux-5.19.10/net/core/
Dskbuff.c2770 int skb_store_bits(struct sk_buff *skb, int offset, const void *from, int len) in skb_store_bits() function
2829 if (skb_store_bits(frag_iter, offset - start, in skb_store_bits()
2845 EXPORT_SYMBOL(skb_store_bits);
/linux-5.19.10/include/linux/
Dskbuff.h4058 int skb_store_bits(struct sk_buff *skb, int offset, const void *from, int len);
/linux-5.19.10/net/packet/
Daf_packet.c2601 err = skb_store_bits(skb, 0, data, hdrlen); in tpacket_fill_skb()