Home
last modified time | relevance | path

Searched refs:datapath (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/net/openvswitch/
Ddatapath.h70 struct datapath { struct
116 int ovs_dp_upcall(struct datapath *, struct sk_buff *,
119 const char *ovs_dp_name(const struct datapath *dp);
123 int ovs_execute_actions(struct datapath *dp, struct sk_buff *skb);
Ddatapath.c90 static struct datapath *get_dp(int dp_ifindex) in get_dp()
92 struct datapath *dp = NULL; in get_dp()
108 const char *ovs_dp_name(const struct datapath *dp) in ovs_dp_name()
114 static int get_dpifindex(struct datapath *dp) in get_dpifindex()
134 struct datapath *dp = container_of(rcu, struct datapath, rcu); in destroy_dp_rcu()
148 struct datapath *dp = parms->dp; in new_vport()
173 struct datapath *dp = p->dp; in ovs_dp_process_received_packet()
226 int ovs_dp_upcall(struct datapath *dp, struct sk_buff *skb, in ovs_dp_upcall()
376 struct datapath *dp; in flush_flows()
606 struct datapath *dp; in ovs_packet_cmd_execute()
[all …]
Dactions.c37 static int do_execute_actions(struct datapath *dp, struct sk_buff *skb,
262 static int do_output(struct datapath *dp, struct sk_buff *skb, int out_port) in do_output()
279 static int output_userspace(struct datapath *dp, struct sk_buff *skb, in output_userspace()
307 static int sample(struct datapath *dp, struct sk_buff *skb, in sample()
363 static int do_execute_actions(struct datapath *dp, struct sk_buff *skb, in do_execute_actions()
429 int ovs_execute_actions(struct datapath *dp, struct sk_buff *skb) in ovs_execute_actions()
Dvport.h84 struct datapath *dp;
113 struct datapath *dp;
DMakefile9 datapath.o \
DKconfig17 The Open vSwitch datapath provides an in-kernel fast path for packet
/linux-3.4.99/Documentation/networking/
Dopenvswitch.txt1 Open vSwitch datapath developer documentation
12 within a bridge). Each datapath also has associated with it a "flow
Dl2tp.txt73 can be added to a bridge using brctl. All L2TP datapath protocol
345 designed from the ground up to have the L2TP datapath in the
Dscaling.txt103 RSS. Being in software, it is necessarily called later in the datapath.