Loading net/openvswitch/datapath.h +0 −2 Original line number Diff line number Diff line Loading @@ -30,7 +30,6 @@ #include "conntrack.h" #include "flow.h" #include "flow_table.h" #include "vport.h" #define DP_MAX_PORTS USHRT_MAX #define DP_VPORT_HASH_BUCKETS 1024 Loading Loading @@ -134,7 +133,6 @@ struct dp_upcall_info { struct ovs_net { struct list_head dps; struct work_struct dp_notify_work; struct vport_net vport_net; /* Module reference for configuring conntrack. */ bool xt_label; Loading net/openvswitch/flow.c +2 −1 Original line number Diff line number Diff line Loading @@ -46,10 +46,11 @@ #include <net/mpls.h> #include <net/ndisc.h> #include "conntrack.h" #include "datapath.h" #include "flow.h" #include "flow_netlink.h" #include "conntrack.h" #include "vport.h" u64 ovs_flow_used_time(unsigned long flow_jiffies) { Loading net/openvswitch/vport.h +0 −4 Original line number Diff line number Diff line Loading @@ -36,10 +36,6 @@ struct vport_parms; /* The following definitions are for users of the vport subsytem: */ struct vport_net { struct vport __rcu *gre_vport; }; int ovs_vport_init(void); void ovs_vport_exit(void); Loading Loading
net/openvswitch/datapath.h +0 −2 Original line number Diff line number Diff line Loading @@ -30,7 +30,6 @@ #include "conntrack.h" #include "flow.h" #include "flow_table.h" #include "vport.h" #define DP_MAX_PORTS USHRT_MAX #define DP_VPORT_HASH_BUCKETS 1024 Loading Loading @@ -134,7 +133,6 @@ struct dp_upcall_info { struct ovs_net { struct list_head dps; struct work_struct dp_notify_work; struct vport_net vport_net; /* Module reference for configuring conntrack. */ bool xt_label; Loading
net/openvswitch/flow.c +2 −1 Original line number Diff line number Diff line Loading @@ -46,10 +46,11 @@ #include <net/mpls.h> #include <net/ndisc.h> #include "conntrack.h" #include "datapath.h" #include "flow.h" #include "flow_netlink.h" #include "conntrack.h" #include "vport.h" u64 ovs_flow_used_time(unsigned long flow_jiffies) { Loading
net/openvswitch/vport.h +0 −4 Original line number Diff line number Diff line Loading @@ -36,10 +36,6 @@ struct vport_parms; /* The following definitions are for users of the vport subsytem: */ struct vport_net { struct vport __rcu *gre_vport; }; int ovs_vport_init(void); void ovs_vport_exit(void); Loading