taglinefilesource code
o_offset490net/ipv4/ip_masq_app.cint maxsize, diff, o_offset;
o_offset496net/ipv4/ip_masq_app.co_offset = o_buf - (char*) skb->data;
o_offset500net/ipv4/ip_masq_app.cmemcpy(skb->data + o_offset + n_len,o_buf + o_len,
o_offset501net/ipv4/ip_masq_app.cskb->len - (o_offset + o_len));
o_offset504net/ipv4/ip_masq_app.cmemcpy(skb->data + o_offset, n_buf, n_len);
o_offset530net/ipv4/ip_masq_app.cmemcpy(n_skb->data, skb->data, o_offset);
o_offset531net/ipv4/ip_masq_app.cmemcpy(n_skb->data + o_offset, n_buf, n_len);
o_offset532net/ipv4/ip_masq_app.cmemcpy(n_skb->data + o_offset + n_len, o_buf + o_len,
o_offset533net/ipv4/ip_masq_app.cskb->len - (o_offset + o_len) );