Home
last modified time | relevance | path

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

12

/net/netfilter/
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()
Dnf_conntrack_amanda.c136 if (skb_copy_bits(skb, off, pbuf, len)) in amanda_help()
Dnfnetlink_queue.c373 if (skb_copy_bits(entskb, 0, nla_data(nla), data_len)) in nfqnl_build_packet_message()
Dnfnetlink_log.c511 if (skb_copy_bits(skb, 0, nla_data(nla), data_len)) in __build_packet_message()
/net/ipv6/netfilter/
Dnf_conntrack_l3proto_ipv6.c99 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()
Dip6t_REJECT.c74 if (skb_copy_bits(oldskb, tcphoff, &otcph, sizeof(struct tcphdr))) in send_reset()
Dip6_queue.c221 if (skb_copy_bits(entry->skb, 0, pmsg->payload, data_len)) in ipq_build_packet_message()
Dnf_conntrack_reasm.c539 if (skb_copy_bits(skb, start, &hdr, sizeof(hdr))) in find_prev_fhdr()
/net/rxrpc/
Drxkad.c360 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()
Dar-input.c359 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()
Dar-ack.c299 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()
Dar-connevent.c160 if (skb_copy_bits(skb, 0, &tmp, sizeof(tmp)) < 0) in rxrpc_process_event()
/net/sunrpc/
Dsocklib.c31 if (unlikely(skb_copy_bits(desc->skb, desc->offset, to, len))) in xdr_skb_read_bits()
/net/core/
Dskbuff.c668 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/
Debt_ulog.c198 if (skb_copy_bits(skb, -ETH_HLEN, pm->data, copy_len) < 0) in ebt_ulog_packet()
/net/ipv4/netfilter/
Dipt_ULOG.c248 if (skb_copy_bits(skb, 0, pm->payload, copy_len) < 0) in ipt_ulog_packet()
Dip_queue.c219 if (skb_copy_bits(entry->skb, 0, pmsg->payload, data_len)) in ipq_build_packet_message()
/net/ipv6/
Desp6.c236 if (skb_copy_bits(skb, skb->len - alen - 2, nexthdr, 2)) in esp_input_done2()
Draw.c580 if (skb_copy_bits(skb, offset, &csum, 2)) in rawv6_push_pending_frames()
Dip6_output.c855 if (skb_copy_bits(skb, ptr, skb_transport_header(frag), len)) in ip6_fragment()
/net/ipv4/
Desp4.c248 if (skb_copy_bits(skb, skb->len-alen-2, nexthdr, 2)) in esp_input_done2()
Dicmp.c861 if (skb_copy_bits(skb, 0, &icmp_param.data.times[0], 4)) in icmp_timestamp()
Dip_output.c638 if (skb_copy_bits(skb, ptr, skb_transport_header(skb2), len)) in ip_fragment()
Dtcp_output.c1458 skb_copy_bits(skb, 0, skb_put(nskb, copy), copy); in tcp_mtu_probe()
/net/packet/
Daf_packet.c683 skb_copy_bits(skb, 0, h.raw + macoff, snaplen); in tpacket_rcv()

12