Lines Matching refs:datapath
127 static int queue_gso_packets(struct datapath *dp, struct sk_buff *,
131 static int queue_userspace_packet(struct datapath *dp, struct sk_buff *,
138 static int ovs_dp_set_upcall_portids(struct datapath *, const struct nlattr *);
141 const char *ovs_dp_name(const struct datapath *dp) in ovs_dp_name()
147 static int get_dpifindex(const struct datapath *dp) in get_dpifindex()
167 struct datapath *dp = container_of(rcu, struct datapath, rcu); in destroy_dp_rcu()
177 static struct hlist_head *vport_hash_bucket(const struct datapath *dp, in vport_hash_bucket()
184 struct vport *ovs_lookup_vport(const struct datapath *dp, u16 port_no) in ovs_lookup_vport()
205 struct datapath *dp = parms->dp; in new_vport()
248 struct datapath *dp = p->dp; in ovs_dp_process_packet()
309 int ovs_dp_upcall(struct datapath *dp, struct sk_buff *skb, in ovs_dp_upcall()
346 static int queue_gso_packets(struct datapath *dp, struct sk_buff *skb, in queue_gso_packets()
421 static void pad_packet(struct datapath *dp, struct sk_buff *skb) in pad_packet()
431 static int queue_userspace_packet(struct datapath *dp, struct sk_buff *skb, in queue_userspace_packet()
599 struct datapath *dp; in ovs_packet_cmd_execute()
722 static void get_dp_stats(const struct datapath *dp, struct ovs_dp_stats *stats, in get_dp_stats()
973 struct datapath *dp; in ovs_flow_cmd_new()
1220 struct datapath *dp; in ovs_flow_cmd_set()
1322 struct datapath *dp; in ovs_flow_cmd_get()
1381 struct datapath *dp; in ovs_flow_cmd_del()
1458 struct datapath *dp; in ovs_flow_cmd_dump()
1564 static int ovs_dp_cmd_fill_info(struct datapath *dp, struct sk_buff *skb, in ovs_dp_cmd_fill_info()
1622 static struct datapath *lookup_datapath(struct net *net, in lookup_datapath()
1626 struct datapath *dp; in lookup_datapath()
1642 struct datapath *dp; in ovs_dp_reset_user_features()
1654 static int ovs_dp_set_upcall_portids(struct datapath *dp, in ovs_dp_set_upcall_portids()
1679 u32 ovs_dp_get_upcall_portid(const struct datapath *dp, uint32_t cpu_id) in ovs_dp_get_upcall_portid()
1706 static int ovs_dp_change(struct datapath *dp, struct nlattr *a[]) in ovs_dp_change()
1757 static int ovs_dp_stats_init(struct datapath *dp) in ovs_dp_stats_init()
1766 static int ovs_dp_vport_init(struct datapath *dp) in ovs_dp_vport_init()
1787 struct datapath *dp; in ovs_dp_cmd_new()
1891 static void __dp_destroy(struct datapath *dp) in __dp_destroy()
1929 struct datapath *dp; in ovs_dp_cmd_del()
1963 struct datapath *dp; in ovs_dp_cmd_set()
1999 struct datapath *dp; in ovs_dp_cmd_get()
2029 struct datapath *dp; in ovs_dp_cmd_dump()
2182 struct datapath *dp; in lookup_vport()
2214 static unsigned int ovs_get_max_headroom(struct datapath *dp) in ovs_get_max_headroom()
2235 static void ovs_update_headroom(struct datapath *dp, unsigned int new_headroom) in ovs_update_headroom()
2255 struct datapath *dp; in ovs_vport_cmd_new()
2399 struct datapath *dp; in ovs_vport_cmd_del()
2483 struct datapath *dp; in ovs_vport_cmd_dump()
2525 struct datapath *dp; in ovs_dp_masks_rebalance()
2650 struct datapath *dp; in list_vports_from_net()
2671 struct datapath *dp, *dp_next; in ovs_exit_net()