search for: ip_nat_proto_tcp

Displaying 4 results from an estimated 4 matches for "ip_nat_proto_tcp".

2006 Apr 25
0
Pristine 2.6.16 kernel fails to build with hg9646 patches
...% cd /usr/src/linux-source-2.6.16 % patch -p1 < ../linux-2.6-xen.patch % cp ../config-2.6.16-1-amd64-k8 .config % make-kpkg --append-to-version -1-xen-3.2.0-d0 binary /usr/bin/make EXTRAVERSION=-1-xen-3.2.0-d0 ARCH=x86_64 \ bzImage <snip> CC [M] net/ipv4/netfilter/ip_nat_proto_tcp.o net/ipv4/netfilter/ip_nat_proto_tcp.c: In function `tcp_manip_pkt': net/ipv4/netfilter/ip_nat_proto_tcp.c:132: error: structure has no member named `proto_csum_blank' make[4]: *** [net/ipv4/netfilter/ip_nat_proto_tcp.o] Error 1 make[3]: *** [net/ipv4/netfilter] Error 2 make[2]: *** [net/...
2005 Oct 14
5
[PATCH] Fix NAT for domU checksum offload
...the new address and not compliment the old address (which is complimented in the partial checksum), and roll that with the ip_nat_cheat_check function. There are two "versions" of the patch below. The first version is a diff to show the actual changes made to the ip_nat_proto_udp.c and ip_nat_proto_tcp.c file (as it is difficult/impossible to tell from the second patch). The second version is the one to commit to the tree (which creates 2 new files in the sparse directory). Thanks, Jon --- ../xen-unstable.hg/linux-2.6.12-xen0/net/ipv4/netfilter/ip_nat_proto_udp.c 2005-06-17 14:48:29.000000000...
2006 Feb 24
2
r56 - trunk/debian
...02-25 00:12:33.779993041 +0100 @@ -432,6 +432,13 @@ static unsigned int ip_conntrack_defrag( const struct net_device *out, int (*okfn)(struct sk_buff *)) @@ -103853,7 +103856,7 @@ *pskb = ip_ct_gather_frags(*pskb, diff -Nurp pristine-linux-2.6.12/net/ipv4/netfilter/ip_nat_proto_tcp.c linux-2.6.12-xen/net/ipv4/netfilter/ip_nat_proto_tcp.c --- pristine-linux-2.6.12/net/ipv4/netfilter/ip_nat_proto_tcp.c 2005-06-17 21:48:29.000000000 +0200 -+++ linux-2.6.12-xen/net/ipv4/netfilter/ip_nat_proto_tcp.c 2006-02-17 00:45:18.264516719 +0100 ++++ linux-2.6.12-xen/net/ipv4/netfilter/ip_n...
2003 Feb 03
0
[Bug 39] New: can't execute 'make modules'
..._i386 -r -o ip_conntrack.o ip_conntrack_standalone.o ip_conntrack_core.o ip_conntrack_proto_generic.o ip_conntrack_proto_tcp.o ip_conntrack_proto_udp.o ip_conntrack_proto_icmp.o ld -m elf_i386 -r -o iptable_nat.o ip_nat_standalone.o ip_nat_rule.o ip_nat_core.o ip_nat_helper.o ip_nat_proto_unknown.o ip_nat_proto_tcp.o ip_nat_proto_udp.o ip_nat_proto_icmp.o gcc -D__KERNEL__ -I/usr/src/linux-2.4.19/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.19/include/l...