commit | 6532948b2e7b75895c1264967342ae61dc97b4a6 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Tue Sep 15 20:04:13 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 17 17:18:36 2015 -0700 |
tree | 4c81d37ab26dce7ec5b0e56d3c6cf7c57be54556 | |
parent | 8d4df0b9300a2623559a8f616a152312454cada1 [diff] |
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>