taglinefilesource code
o_offset501net/ipv4/ip_masq_app.cint maxsize, diff, o_offset;
o_offset507net/ipv4/ip_masq_app.co_offset = o_buf - (char*) skb->data;
o_offset511net/ipv4/ip_masq_app.cmemcpy(skb->data + o_offset + n_len,o_buf + o_len,
o_offset512net/ipv4/ip_masq_app.cskb->len - (o_offset + o_len));
o_offset515net/ipv4/ip_masq_app.cmemcpy(skb->data + o_offset, n_buf, n_len);
o_offset541net/ipv4/ip_masq_app.cmemcpy(n_skb->data, skb->data, o_offset);
o_offset542net/ipv4/ip_masq_app.cmemcpy(n_skb->data + o_offset, n_buf, n_len);
o_offset543net/ipv4/ip_masq_app.cmemcpy(n_skb->data + o_offset + n_len, o_buf + o_len,
o_offset544net/ipv4/ip_masq_app.cskb->len - (o_offset + o_len) );