bridge: Pass net into br_nf_push_frag_xmit
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 16 Sep 2015 01:04:13 +0000 (20:04 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Sep 2015 00:18:36 +0000 (17:18 -0700)
commit6532948b2e7b75895c1264967342ae61dc97b4a6
tree4c81d37ab26dce7ec5b0e56d3c6cf7c57be54556
parent8d4df0b9300a2623559a8f616a152312454cada1
bridge: Pass net into br_nf_push_frag_xmit

When struct net starts being passed through the ipv4 and ipv6 fragment
routines br_nf_push_frag_xmit will need to take a net parameter.
Prepare br_nf_push_frag_xmit before that is needed and introduce
br_nf_push_frag_xmit_sk for the call sites that still need the old
calling conventions.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_netfilter_hooks.c
This page took 0.02877 seconds and 5 git commands to generate.