| commit | 74c51a1497033e6ff7b8096797daca233a4a30df | [log] [tgz] |
|---|---|---|
| author | Alexey Dobriyan <adobriyan@gmail.com> | Wed Oct 08 11:35:05 2008 +0200 |
| committer | Patrick McHardy <kaber@trash.net> | Wed Oct 08 11:35:05 2008 +0200 |
| tree | cc5491a6e2cfcc71742e76226fcede365deba114 | |
| parent | a702a65fc1376fc1f6757ec2a6960348af3f1876 [diff] |
netfilter: netns nf_conntrack: pass netns pointer to L4 protocol's ->error hook Again, it's deducible from skb, but we're going to use it for nf_conntrack_checksum and statistics, so just pass it from upper layer. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net>