Home
last modified time | relevance | path

Searched refs:skb_store_bits (Results 1 – 13 of 13) 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/net/rxrpc/
H A Drxgk.c769 ret = skb_store_bits(response, offset, &zero, pad); in rxgk_pad_out()
811 ret = skb_store_bits(response, offset, &h, sizeof(h)); in rxgk_insert_response_header()
853 ret = skb_store_bits(response, offset, &a, sizeof(a)); in rxgk_construct_authenticator()
859 ret = skb_store_bits(response, offset, appdata->data, appdata->len); in rxgk_construct_authenticator()
879 ret = skb_store_bits(response, offset, &b, sizeof(b)); in rxgk_construct_authenticator()
946 ret = skb_store_bits(response, offset, gk->key->ticket.data, gk->key->ticket.len); in rxgk_construct_response()
970 ret = skb_store_bits(response, authx_offset - 4, &tmp, 4); in rxgk_construct_response()
H A Drxkad.c853 ret = skb_store_bits(response, *offset, &h, sizeof(h)); in rxkad_insert_response_header()
901 ret = skb_store_bits(response, offset, token->kad->ticket, in rxkad_respond_to_challenge()
H A Doutput.c965 ret = skb_store_bits(response, offsetof(struct rxrpc_wire_header, serial), in rxrpc_send_response()
/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/ipv6/
H A Draw.c585 BUG_ON(skb_store_bits(skb, offset, &csum, 2)); in rawv6_push_pending_frames()
/linux/net/xdp/
H A Dxsk.c694 err = skb_store_bits(skb, 0, buffer, len); in xsk_build_skb()
/linux/include/linux/
H A Dskbuff.h4179 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()