/net/netfilter/ |
D | xt_u32.c | 42 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()
|
D | nf_conntrack_amanda.c | 136 if (skb_copy_bits(skb, off, pbuf, len)) in amanda_help()
|
D | nfnetlink_queue.c | 373 if (skb_copy_bits(entskb, 0, nla_data(nla), data_len)) in nfqnl_build_packet_message()
|
D | nfnetlink_log.c | 511 if (skb_copy_bits(skb, 0, nla_data(nla), data_len)) in __build_packet_message()
|
/net/ipv6/netfilter/ |
D | nf_conntrack_l3proto_ipv6.c | 99 if (skb_copy_bits(skb, start, &hdr, sizeof(hdr))) in nf_ct_ipv6_skip_exthdr() 122 if (skb_copy_bits(skb, nhoff + offsetof(struct ipv6hdr, nexthdr), in ipv6_get_l4proto()
|
D | ip6t_REJECT.c | 74 if (skb_copy_bits(oldskb, tcphoff, &otcph, sizeof(struct tcphdr))) in send_reset()
|
D | ip6_queue.c | 221 if (skb_copy_bits(entry->skb, 0, pmsg->payload, data_len)) in ipq_build_packet_message()
|
D | nf_conntrack_reasm.c | 539 if (skb_copy_bits(skb, start, &hdr, sizeof(hdr))) in find_prev_fhdr()
|
/net/rxrpc/ |
D | rxkad.c | 360 if (skb_copy_bits(skb, 0, &sechdr, sizeof(sechdr)) < 0) in rxkad_verify_packet_auth() 445 if (skb_copy_bits(skb, 0, &sechdr, sizeof(sechdr)) < 0) in rxkad_verify_packet_encrypt() 763 if (skb_copy_bits(skb, 0, &challenge, sizeof(challenge)) < 0) in rxkad_respond_to_challenge() 1013 if (skb_copy_bits(skb, 0, &response, sizeof(response)) < 0) in rxkad_verify_response() 1043 if (skb_copy_bits(skb, 0, ticket, ticket_len) < 0) in rxkad_verify_response()
|
D | ar-input.c | 359 if (skb_copy_bits(skb, 0, &_abort_code, in rxrpc_fast_process_packet() 487 if (skb_copy_bits(jumbo, 0, &jhdr, sizeof(jhdr)) < 0) in rxrpc_process_jumbo_packet() 729 if (skb_copy_bits(skb, sizeof(struct udphdr), &sp->hdr, in rxrpc_data_ready()
|
D | ar-ack.c | 299 if (skb_copy_bits(skb, 0, sacks, ack->nAcks) < 0) in rxrpc_process_soft_ACKs() 555 if (skb_copy_bits(skb, nAcks + 3, &ackinfo, sizeof(ackinfo)) < 0) { in rxrpc_extract_ackinfo() 621 if (skb_copy_bits(skb, 0, &ack, sizeof(ack)) < 0) { in rxrpc_process_rx_queue()
|
D | ar-connevent.c | 160 if (skb_copy_bits(skb, 0, &tmp, sizeof(tmp)) < 0) in rxrpc_process_event()
|
/net/sunrpc/ |
D | socklib.c | 31 if (unlikely(skb_copy_bits(desc->skb, desc->offset, to, len))) in xdr_skb_read_bits()
|
/net/core/ |
D | skbuff.c | 668 if (skb_copy_bits(skb, -headerlen, n->head, headerlen + skb->len)) in skb_copy() 885 if (skb_copy_bits(skb, -head_copy_len, n->head + head_copy_off, in skb_copy_expand() 1143 if (skb_copy_bits(skb, skb_headlen(skb), skb_tail_pointer(skb), delta)) in __pskb_pull_tail() 1244 int skb_copy_bits(const struct sk_buff *skb, int offset, void *to, int len) in skb_copy_bits() function 1301 if (skb_copy_bits(list, offset - start, in skb_copy_bits() 2908 EXPORT_SYMBOL(skb_copy_bits);
|
/net/bridge/netfilter/ |
D | ebt_ulog.c | 198 if (skb_copy_bits(skb, -ETH_HLEN, pm->data, copy_len) < 0) in ebt_ulog_packet()
|
/net/ipv4/netfilter/ |
D | ipt_ULOG.c | 248 if (skb_copy_bits(skb, 0, pm->payload, copy_len) < 0) in ipt_ulog_packet()
|
D | ip_queue.c | 219 if (skb_copy_bits(entry->skb, 0, pmsg->payload, data_len)) in ipq_build_packet_message()
|
/net/ipv6/ |
D | esp6.c | 236 if (skb_copy_bits(skb, skb->len - alen - 2, nexthdr, 2)) in esp_input_done2()
|
D | raw.c | 580 if (skb_copy_bits(skb, offset, &csum, 2)) in rawv6_push_pending_frames()
|
D | ip6_output.c | 855 if (skb_copy_bits(skb, ptr, skb_transport_header(frag), len)) in ip6_fragment()
|
/net/ipv4/ |
D | esp4.c | 248 if (skb_copy_bits(skb, skb->len-alen-2, nexthdr, 2)) in esp_input_done2()
|
D | icmp.c | 861 if (skb_copy_bits(skb, 0, &icmp_param.data.times[0], 4)) in icmp_timestamp()
|
D | ip_output.c | 638 if (skb_copy_bits(skb, ptr, skb_transport_header(skb2), len)) in ip_fragment()
|
D | tcp_output.c | 1458 skb_copy_bits(skb, 0, skb_put(nskb, copy), copy); in tcp_mtu_probe()
|
/net/packet/ |
D | af_packet.c | 683 skb_copy_bits(skb, 0, h.raw + macoff, snaplen); in tpacket_rcv()
|