Lines Matching refs:datapath

126 static int queue_gso_packets(struct datapath *dp, struct sk_buff *,
130 static int queue_userspace_packet(struct datapath *dp, struct sk_buff *,
137 static int ovs_dp_set_upcall_portids(struct datapath *, const struct nlattr *);
140 const char *ovs_dp_name(const struct datapath *dp) in ovs_dp_name()
146 static int get_dpifindex(const struct datapath *dp) in get_dpifindex()
166 struct datapath *dp = container_of(rcu, struct datapath, rcu); in destroy_dp_rcu()
176 static struct hlist_head *vport_hash_bucket(const struct datapath *dp, in vport_hash_bucket()
183 struct vport *ovs_lookup_vport(const struct datapath *dp, u16 port_no) in ovs_lookup_vport()
204 struct datapath *dp = parms->dp; in new_vport()
227 struct datapath *dp = p->dp; in ovs_dp_process_packet()
288 int ovs_dp_upcall(struct datapath *dp, struct sk_buff *skb, in ovs_dp_upcall()
323 static int queue_gso_packets(struct datapath *dp, struct sk_buff *skb, in queue_gso_packets()
398 static void pad_packet(struct datapath *dp, struct sk_buff *skb) in pad_packet()
408 static int queue_userspace_packet(struct datapath *dp, struct sk_buff *skb, in queue_userspace_packet()
576 struct datapath *dp; in ovs_packet_cmd_execute()
699 static void get_dp_stats(const struct datapath *dp, struct ovs_dp_stats *stats, in get_dp_stats()
950 struct datapath *dp; in ovs_flow_cmd_new()
1190 struct datapath *dp; in ovs_flow_cmd_set()
1292 struct datapath *dp; in ovs_flow_cmd_get()
1351 struct datapath *dp; in ovs_flow_cmd_del()
1428 struct datapath *dp; in ovs_flow_cmd_dump()
1534 static int ovs_dp_cmd_fill_info(struct datapath *dp, struct sk_buff *skb, in ovs_dp_cmd_fill_info()
1592 static struct datapath *lookup_datapath(struct net *net, in lookup_datapath()
1596 struct datapath *dp; in lookup_datapath()
1612 struct datapath *dp; in ovs_dp_reset_user_features()
1624 static int ovs_dp_set_upcall_portids(struct datapath *dp, in ovs_dp_set_upcall_portids()
1649 u32 ovs_dp_get_upcall_portid(const struct datapath *dp, uint32_t cpu_id) in ovs_dp_get_upcall_portid()
1676 static int ovs_dp_change(struct datapath *dp, struct nlattr *a[]) in ovs_dp_change()
1727 static int ovs_dp_stats_init(struct datapath *dp) in ovs_dp_stats_init()
1736 static int ovs_dp_vport_init(struct datapath *dp) in ovs_dp_vport_init()
1757 struct datapath *dp; in ovs_dp_cmd_new()
1861 static void __dp_destroy(struct datapath *dp) in __dp_destroy()
1899 struct datapath *dp; in ovs_dp_cmd_del()
1932 struct datapath *dp; in ovs_dp_cmd_set()
1967 struct datapath *dp; in ovs_dp_cmd_get()
1996 struct datapath *dp; in ovs_dp_cmd_dump()
2146 struct datapath *dp; in lookup_vport()
2178 static unsigned int ovs_get_max_headroom(struct datapath *dp) in ovs_get_max_headroom()
2199 static void ovs_update_headroom(struct datapath *dp, unsigned int new_headroom) in ovs_update_headroom()
2219 struct datapath *dp; in ovs_vport_cmd_new()
2363 struct datapath *dp; in ovs_vport_cmd_del()
2447 struct datapath *dp; in ovs_vport_cmd_dump()
2489 struct datapath *dp; in ovs_dp_masks_rebalance()
2613 struct datapath *dp; in list_vports_from_net()
2634 struct datapath *dp, *dp_next; in ovs_exit_net()