taglinefilesource code
n_len142include/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);
n_len488net/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)
n_len493net/ipv4/ip_masq_app.cdiff = n_len - o_len;
n_len519net/ipv4/ip_masq_app.cmemcpy(n_skb->data + o_offset, n_buf, n_len);
n_len520net/ipv4/ip_masq_app.cmemcpy(n_skb->data + o_offset + n_len, o_buf + o_len,
n_len536net/ipv4/ip_masq_app.cmemcpy(n_skb->data + o_offset, n_buf, n_len);
n_len545net/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)
n_len551net/ipv4/ip_masq_app.cdiff = n_len - o_len;
n_len552net/ipv4/ip_masq_app.cn_skb = skb_replace(skb, pri, o_buf, o_len, n_buf, n_len);