• Home
  • Raw
  • Download

Lines Matching refs:datapath

128 static int queue_gso_packets(struct datapath *dp, struct sk_buff *,
132 static int queue_userspace_packet(struct datapath *dp, struct sk_buff *,
139 static int ovs_dp_set_upcall_portids(struct datapath *, const struct nlattr *);
142 const char *ovs_dp_name(const struct datapath *dp) in ovs_dp_name()
148 static int get_dpifindex(const struct datapath *dp) in get_dpifindex()
168 struct datapath *dp = container_of(rcu, struct datapath, rcu); in destroy_dp_rcu()
178 static struct hlist_head *vport_hash_bucket(const struct datapath *dp, in vport_hash_bucket()
185 struct vport *ovs_lookup_vport(const struct datapath *dp, u16 port_no) in ovs_lookup_vport()
206 struct datapath *dp = parms->dp; in new_vport()
249 struct datapath *dp = p->dp; in ovs_dp_process_packet()
310 int ovs_dp_upcall(struct datapath *dp, struct sk_buff *skb, in ovs_dp_upcall()
347 static int queue_gso_packets(struct datapath *dp, struct sk_buff *skb, in queue_gso_packets()
422 static void pad_packet(struct datapath *dp, struct sk_buff *skb) in pad_packet()
432 static int queue_userspace_packet(struct datapath *dp, struct sk_buff *skb, in queue_userspace_packet()
600 struct datapath *dp; in ovs_packet_cmd_execute()
723 static void get_dp_stats(const struct datapath *dp, struct ovs_dp_stats *stats, in get_dp_stats()
974 struct datapath *dp; in ovs_flow_cmd_new()
1221 struct datapath *dp; in ovs_flow_cmd_set()
1323 struct datapath *dp; in ovs_flow_cmd_get()
1382 struct datapath *dp; in ovs_flow_cmd_del()
1459 struct datapath *dp; in ovs_flow_cmd_dump()
1565 static int ovs_dp_cmd_fill_info(struct datapath *dp, struct sk_buff *skb, in ovs_dp_cmd_fill_info()
1623 static struct datapath *lookup_datapath(struct net *net, in lookup_datapath()
1627 struct datapath *dp; in lookup_datapath()
1643 struct datapath *dp; in ovs_dp_reset_user_features()
1655 static int ovs_dp_set_upcall_portids(struct datapath *dp, in ovs_dp_set_upcall_portids()
1680 u32 ovs_dp_get_upcall_portid(const struct datapath *dp, uint32_t cpu_id) in ovs_dp_get_upcall_portid()
1707 static int ovs_dp_change(struct datapath *dp, struct nlattr *a[]) in ovs_dp_change()
1758 static int ovs_dp_stats_init(struct datapath *dp) in ovs_dp_stats_init()
1767 static int ovs_dp_vport_init(struct datapath *dp) in ovs_dp_vport_init()
1788 struct datapath *dp; in ovs_dp_cmd_new()
1892 static void __dp_destroy(struct datapath *dp) in __dp_destroy()
1930 struct datapath *dp; in ovs_dp_cmd_del()
1964 struct datapath *dp; in ovs_dp_cmd_set()
2000 struct datapath *dp; in ovs_dp_cmd_get()
2030 struct datapath *dp; in ovs_dp_cmd_dump()
2183 struct datapath *dp; in lookup_vport()
2215 static unsigned int ovs_get_max_headroom(struct datapath *dp) in ovs_get_max_headroom()
2236 static void ovs_update_headroom(struct datapath *dp, unsigned int new_headroom) in ovs_update_headroom()
2256 struct datapath *dp; in ovs_vport_cmd_new()
2400 struct datapath *dp; in ovs_vport_cmd_del()
2484 struct datapath *dp; in ovs_vport_cmd_dump()
2526 struct datapath *dp; in ovs_dp_masks_rebalance()
2651 struct datapath *dp; in list_vports_from_net()
2672 struct datapath *dp, *dp_next; in ovs_exit_net()