tag | line | file | source code |
o_len | 142 | include/net/ip_masq.h | extern 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_len | 488 | net/ipv4/ip_masq_app.c | static struct sk_buff * skb_replace(struct sk_buff *skb, int pri, char *o_buf, int o_len, char *n_buf, int n_len) |
o_len | 493 | net/ipv4/ip_masq_app.c | diff = n_len - o_len; |
o_len | 520 | net/ipv4/ip_masq_app.c | memcpy(n_skb->data + o_offset + n_len, o_buf + o_len, |
o_len | 521 | net/ipv4/ip_masq_app.c | skb->len - (o_offset + o_len) ); |
o_len | 545 | net/ipv4/ip_masq_app.c | 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_len | 551 | net/ipv4/ip_masq_app.c | diff = n_len - o_len; |
o_len | 552 | net/ipv4/ip_masq_app.c | n_skb = skb_replace(skb, pri, o_buf, o_len, n_buf, n_len); |