Home
last modified time | relevance | path

Searched refs:skb_copy_bits (Results 1 – 25 of 81) sorted by relevance

1234

/linux/net/rxrpc/
H A Drxgk_app.c58 ret = skb_copy_bits(skb, ticket_offset, tmp, sizeof(tmp)); in rxgk_yfs_decode_ticket()
83 ret = skb_copy_bits(skb, ticket_offset, ticket, ticket_len); in rxgk_yfs_decode_ticket()
130 /* Ticket read in with skb_copy_bits above */ in rxgk_yfs_decode_ticket()
202 if (skb_copy_bits(skb, token_offset, &container, sizeof(container)) < 0) in rxgk_extract_token()
H A Dio_thread.c132 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), &v, 1) >= 0) { in rxrpc_input_version()
150 if (skb_copy_bits(skb, 0, &whdr, sizeof(whdr)) < 0) in rxrpc_extract_header()
167 if (skb_copy_bits(skb, sizeof(whdr), &ack, sizeof(ack)) < 0) in rxrpc_extract_header()
185 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxrpc_extract_abort()
H A Drxgk.c544 ret = skb_copy_bits(skb, offset, &hdr, sizeof(hdr)); in rxgk_verify_packet_encrypted()
715 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxgk_validate_challenge()
846 ret = skb_copy_bits(challenge, sizeof(struct rxrpc_wire_header), in rxgk_construct_authenticator()
1157 ret = skb_copy_bits(skb, auth_offset, auth, auth_len); in rxgk_verify_authenticator()
1202 if (skb_copy_bits(skb, offset, &rhdr, sizeof(rhdr)) < 0) in rxgk_verify_response()
1217 if (skb_copy_bits(skb, offset, &xauth_len, sizeof(xauth_len)) < 0) in rxgk_verify_response()
H A Drxkad.c460 if (skb_copy_bits(skb, sp->offset, &sechdr, sizeof(sechdr)) < 0) in rxkad_verify_packet_1()
540 if (skb_copy_bits(skb, sp->offset, &sechdr, sizeof(sechdr)) < 0) in rxkad_verify_packet_2()
780 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxkad_validate_challenge()
1146 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxkad_verify_response()
1183 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header) + sizeof(*response), in rxkad_verify_response()
/linux/net/netfilter/
H A Dxt_u32.c42 if (skb_copy_bits(skb, pos, &n, sizeof(n)) < 0) in u32_match_it()
69 if (skb_copy_bits(skb, at + pos, &n, in u32_match_it()
H A Dnft_payload.c31 if (skb_copy_bits(skb, mac_off, veth, ETH_HLEN)) in nft_payload_rebuild_vlan_hdr()
71 return skb_copy_bits(skb, offset + mac_off, dst_u8, len) == 0; in nft_payload_copy_vlan()
204 if (skb_copy_bits(skb, offset, dest, priv->len) < 0) in nft_payload_eval()
638 if (skb_copy_bits(skb, offset, dest, priv->len) < 0) in nft_payload_inner_eval()
758 if (skb_copy_bits(skb, l4csum_offset, &sum, sizeof(sum)) < 0) in nft_payload_l4csum_update()
787 if (skb_copy_bits(skb, csum_offset, &sum, sizeof(sum)) < 0) in nft_payload_csum_inet()
H A Dnf_conntrack_amanda.c137 if (skb_copy_bits(skb, off, pbuf, len)) in amanda_help()
H A Dxt_HMARK.c142 if (skb_copy_bits(skb, nhoff, &t->uports, sizeof(t->uports)) < 0) in hmark_set_tuple_ports()
H A Dnft_exthdr.c43 return skb_copy_bits(skb, offset, dest, len); in nft_skb_copy_to_reg()
104 if (skb_copy_bits(skb, sizeof(struct iphdr), opt->__data, optlen)) in ipv4_find_option()
/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dtrace-data.h62 skb_copy_bits(skb, offset, __get_dynamic_array(data),
/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_rx.c57 rv = skb_copy_bits(srx->skb, srx->skb_offset, dest + pg_off, in siw_rx_umem()
83 * Folding the CRC into skb_copy_bits() in siw_rx_umem()
110 rv = skb_copy_bits(srx->skb, srx->skb_offset, kva, len); in siw_rx_kva()
915 skb_copy_bits(skb, srx->skb_offset, infop, to_copy); in siw_proc_terminate()
932 skb_copy_bits(skb, srx->skb_offset, infop, to_copy); in siw_proc_terminate()
961 skb_copy_bits(skb, srx->skb_offset, tbuf, avail); in siw_get_trailer()
1011 skb_copy_bits(skb, srx->skb_offset, in siw_get_hdr()
1075 skb_copy_bits(skb, srx->skb_offset, in siw_get_hdr()
/linux/net/xfrm/
H A Despintcp.c67 err = skb_copy_bits(skb, rxm->offset + 2, &data, 1); in espintcp_rcv()
87 err = skb_copy_bits(skb, rxm->offset + 2, &nonesp_marker, in espintcp_rcv()
124 err = skb_copy_bits(skb, rxm->offset, &blen, sizeof(blen)); in espintcp_parse()
/linux/net/tls/
H A Dtls_strp.c56 WARN_ON_ONCE(skb_copy_bits(in_skb, offset, in tls_strp_skb_copy()
225 WARN_ON_ONCE(skb_copy_bits(in_skb, offset, in tls_strp_copyin_frag()
263 WARN_ON_ONCE(skb_copy_bits(in_skb, offset, in tls_strp_copyin_frag()
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-devtrace-iwlwifi.h103 skb_copy_bits(skb, hdr_len,
/linux/arch/sparc/net/
H A Dbpf_jit_asm_32.S99 call skb_copy_bits; \
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dxmit_linux.c32 skb_copy_bits(pfile->pkt, pfile->buf_len - pfile->pkt_len, rmem, len); in _rtw_pktfile_read()
/linux/net/sunrpc/
H A Dsocklib.c55 if (unlikely(skb_copy_bits(desc->skb, desc->offset, to, len))) in xdr_skb_read_bits()
/linux/net/wireless/
H A Dutil.c565 ret = skb_copy_bits(skb, 0, &payload, sizeof(payload)); in ieee80211_strip_8023_mesh_hdr()
661 skb_copy_bits(skb, hdrlen, &payload, sizeof(payload)) == 0 && in ieee80211_data_to_8023_exthdr()
763 skb_copy_bits(skb, offset, skb_put(frame, cur_len), cur_len); in __ieee80211_amsdu_copy()
807 if (skb_copy_bits(skb, offset + 2 * ETH_ALEN, &hdr, sizeof(hdr)) < 0) in ieee80211_is_valid_amsdu()
862 skb_copy_bits(skb, offset, temp, ETH_ALEN); in is_amsdu_aggregation_attack()
899 skb_copy_bits(skb, offset, &hdr, copy_len); in ieee80211_amsdu_to_8023s()
/linux/drivers/net/ethernet/sfc/siena/
H A Dtx.c99 rc = skb_copy_bits(skb, 0, copy_buffer, copy_len); in efx_enqueue_skb_copy()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_rxtx.c56 ret = skb_copy_bits(skb, skb->len - alen - 2, &plen, 1); in mlx5e_ipsec_remove_trailer()
/linux/net/x25/
H A Dx25_in.c132 skb_copy_bits(skb, 0, x25->calluserdata.cuddata, in x25_state1_machine()
/linux/drivers/net/ethernet/sfc/
H A Dtx.c107 rc = skb_copy_bits(skb, 0, copy_buffer, copy_len); in efx_enqueue_skb_copy()
/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c1132 skb_copy_bits(csk->skb, pdu_cb->doffset, in cxgbit_handle_nop_out()
1193 skb_copy_bits(csk->skb, pdu_cb->doffset, in cxgbit_handle_text_cmd()
1359 skb_copy_bits(csk->skb, pdu_cb->doffset, login->req_buf, pdu_cb->dlen); in cxgbit_rx_login_pdu()
/linux/net/psample/
H A Dpsample.c486 if (skb_copy_bits(skb, 0, nla_data(nla), data_len)) in psample_sample_packet()
/linux/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c420 if (skb_copy_bits(skb, start, &hdr, sizeof(hdr))) in find_prev_fhdr()

1234