skb_copy_seq_read
int skb_copy_seq_read(struct skb_seq_state *st, int offset, void *to, int len);
EXPORT_SYMBOL(skb_copy_seq_read);
if (skb_copy_seq_read(&skbseq, 0, ipth, sizeof(*ipth))) {
if (skb_copy_seq_read(&skbseq, data, ipth + 1, remaining)) {
err = skb_copy_seq_read(st, offset, skb_put(skb, copy_len), copy_len);
skb_copy_seq_read(st, off, skb_put(skb, copy_len), copy_len)) {
if (skb_copy_seq_read(st, off, skb_put(skb, len), len)) {
if (skb_copy_seq_read(st, data, &xtfs->ra_runt[runtlen],
if (skb_copy_seq_read(st, data, skb_put(newskb, copylen),
if (skb_copy_seq_read(st, data, skb_put(newskb, copylen),
if (skb_copy_seq_read(skbseq, data, hbytes, iphlen)) {