diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2003-01-09 16:57:12 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2003-01-09 16:57:12 -0800 |
| commit | 6e27cd69cb27a4041252216bf9e90aaef45d7405 (patch) | |
| tree | 5e2349fe4421e5dc9dd838b422649c860cdadc1f /include/linux | |
| parent | 03a85f8e25d52e15112eb5e146e2766337217ed5 (diff) | |
| parent | c74f2a09c08bf7bdd1d578d41355c8eeed0435a3 (diff) | |
Merge bk://kernel.bkbits.net/davem/net-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netfilter_ipv4/ip_nat_helper.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/netfilter_ipv4/ip_nat_helper.h b/include/linux/netfilter_ipv4/ip_nat_helper.h index 2c1fb8d9bb54..8e2996f76fed 100644 --- a/include/linux/netfilter_ipv4/ip_nat_helper.h +++ b/include/linux/netfilter_ipv4/ip_nat_helper.h @@ -50,6 +50,13 @@ extern int ip_nat_mangle_tcp_packet(struct sk_buff **skb, unsigned int match_len, char *rep_buffer, unsigned int rep_len); +extern int ip_nat_mangle_udp_packet(struct sk_buff **skb, + struct ip_conntrack *ct, + enum ip_conntrack_info ctinfo, + unsigned int match_offset, + unsigned int match_len, + char *rep_buffer, + unsigned int rep_len); extern int ip_nat_seq_adjust(struct sk_buff *skb, struct ip_conntrack *ct, enum ip_conntrack_info ctinfo); |
