taglinefilesource code
o_buf154include/net/ip_masq.hextern struct sk_buff * ip_masq_skb_replace(struct sk_buff *skb, int pri, char *o_buf, int o_len, char *n_buf, int n_len);
o_buf488net/ipv4/ip_masq_app.cstatic struct sk_buff * skb_replace(struct sk_buff *skb, int pri, char *o_buf, int o_len, char *n_buf, int n_len)
o_buf496net/ipv4/ip_masq_app.co_offset = o_buf - (char*) skb->data;
o_buf500net/ipv4/ip_masq_app.cmemcpy(skb->data + o_offset + n_len,o_buf + o_len,
o_buf532net/ipv4/ip_masq_app.cmemcpy(n_skb->data + o_offset + n_len, o_buf + o_len,
o_buf549net/ipv4/ip_masq_app.cstruct sk_buff * ip_masq_skb_replace(struct sk_buff *skb, int pri, char *o_buf, int o_len, char *n_buf, int n_len)
o_buf556net/ipv4/ip_masq_app.cn_skb = skb_replace(skb, pri, o_buf, o_len, n_buf, n_len);