Date: Fri, 15 Dec 2000 01:20:00 +0100 From: Harald Welte <[EMAIL PROTECTED]> Or is there something wrong with: - packet arrives in net/ipv4/ip_input.c:ip_rcv() - netfilter hook NF_IP_PRE_ROUTING is called - net/ipv4/netfilter/ip_conntrack_core.c:ip_conntrack_in() is called - net/ipv4/netfilter/ip_conntrack_core.c:ip_ct_gather_frags() is called - net/ipv4/ip_input.c:ip_defrag() is called Isn't the skb->dev member supposed to still point to the receiving device? No, once you submit the packet to the defrag layer, that SKB instance is owned by the defrag layer. One way to do what netfilter wants to do, but legally, is to simply skb_clone() the SKB before passing it into the defragmentation code. I'm still deciding whether this is the best fix. Later, David S. Miller [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: test12 lockups -- need feedback Mohammad A. Haque
- Re: test12 lockups -- need feedback dep
- Re: test12 lockups -- need feedback Bob_Tracy
- ip_defrag is broken (was: Re: test12 lockups -- nee... Ion Badulescu
- Re: ip_defrag is broken (was: Re: test12 lockup... David S. Miller
- Re: ip_defrag is broken (was: Re: test12 lockup... Ion Badulescu
- Re: ip_defrag is broken (was: Re: test12 lockup... David S. Miller
- Re: ip_defrag is broken (was: Re: test12 lockup... Ion Badulescu
- Netfilter is broken (was Re: ip_defrag is broke... David S. Miller
- Re: Netfilter is broken (was Re: ip_defrag is b... Harald Welte
- Re: Netfilter is broken (was Re: ip_defrag is b... David S. Miller
- Re: Netfilter is broken (was Re: ip_defrag is b... Andi Kleen
- Re: Netfilter is broken (was Re: ip_defrag is b... Harald Welte
- Re: ip_defrag is broken (was: Re: test12 lockup... Mohammad A. Haque
- Re: ip_defrag is broken (was: Re: test12 lockup... David S. Miller
- Re: ip_defrag is broken (was: Re: test12 lockup... Mohammad A. Haque
- Re: ip_defrag is broken (was: Re: test12 lockup... Mohammad A. Haque
- Re: ip_defrag is broken (was: Re: test12 lockup... Mohammad A. Haque
- Re: ip_defrag is broken (was: Re: test12 lockup... Jasper Spaans
- Re: ip_defrag is broken (was: Re: test12 lockup... Tom Leete
- Re: ip_defrag is broken (was: Re: test12 lockup... Tom Leete