tag | line | file | source code |
o_buf | 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_buf | 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_buf | 494 | net/ipv4/ip_masq_app.c | o_offset = o_buf - (char*) skb->data; |
o_buf | 520 | net/ipv4/ip_masq_app.c | memcpy(n_skb->data + o_offset + n_len, o_buf + o_len, |
o_buf | 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_buf | 552 | net/ipv4/ip_masq_app.c | n_skb = skb_replace(skb, pri, o_buf, o_len, n_buf, n_len); |