Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Drxgk.c771 ret = skb_store_bits(response, offset, &zero, pad); in rxgk_pad_out()
813 ret = skb_store_bits(response, offset, &h, sizeof(h)); in rxgk_insert_response_header()
855 ret = skb_store_bits(response, offset, &a, sizeof(a)); in rxgk_construct_authenticator()
861 ret = skb_store_bits(response, offset, appdata->data, appdata->len); in rxgk_construct_authenticator()
881 ret = skb_store_bits(response, offset, &b, sizeof(b)); in rxgk_construct_authenticator()
948 ret = skb_store_bits(response, offset, gk->key->ticket.data, gk->key->ticket.len); in rxgk_construct_response()
972 ret = skb_store_bits(response, authx_offset - 4, &tmp, 4); in rxgk_construct_response()
H A Drxkad.c871 ret = skb_store_bits(response, *offset, &h, sizeof(h)); in rxkad_insert_response_header()
919 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/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/tls/
H A Dtls_device.c931 err = skb_store_bits(skb, offset, buf, copy); in tls_device_reencrypt()
958 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/core/
H A Dskbuff.c3415 int skb_store_bits(struct sk_buff *skb, int offset, const void *from, int len) in skb_store_bits() function
3477 if (skb_store_bits(frag_iter, offset - start, in skb_store_bits()
3493 EXPORT_SYMBOL(skb_store_bits);
/linux/net/xdp/
H A Dxsk.c946 err = skb_store_bits(skb, 0, buffer, len); in xsk_build_skb()
/linux/include/linux/
H A Dskbuff.h4257 int skb_store_bits(struct sk_buff *skb, int offset, const void *from, int len);
/linux/net/packet/
H A Daf_packet.c2605 err = skb_store_bits(skb, 0, data, hdrlen); in tpacket_fill_skb()