openvswitch: Pass net into ovs_vport_output
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 15 Sep 2015 01:08:51 +0000 (20:08 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 30 Sep 2015 06:45:01 +0000 (01:45 -0500)
commit188515fbc6b18e6bc6f2fa4629f1a77308197371
tree61920f4b45a6c55c3700da51ee33bee7c2c4ae9f
parent4bf1b54f9df7ced4869f7dfd0bdf5eb22aa98447
openvswitch: Pass net into ovs_vport_output

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

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
net/openvswitch/actions.c
This page took 0.026841 seconds and 5 git commands to generate.