/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/net/rxrpc/ |
H A D | rxgk.c | 769 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 D | rxkad.c | 853 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 D | output.c | 965 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 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/ipv6/ |
H A D | raw.c | 585 BUG_ON(skb_store_bits(skb, offset, &csum, 2)); in rawv6_push_pending_frames()
|
/linux/net/xdp/ |
H A D | xsk.c | 694 err = skb_store_bits(skb, 0, buffer, len); in xsk_build_skb()
|
/linux/include/linux/ |
H A D | skbuff.h | 4179 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()
|