Searched refs:ovs_net (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/openvswitch/
H A Ddp_notify.c36 struct ovs_net *ovs_net = container_of(work, struct ovs_net, dp_notify_work); local
40 list_for_each_entry(dp, &ovs_net->dps, list_node) {
62 struct ovs_net *ovs_net; local
77 ovs_net = net_generic(dev_net(dev), ovs_net_id);
78 queue_work(system_wq, &ovs_net->dp_notify_work);
H A Dconntrack.c905 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); local
906 const struct ovs_ct_limit_info *ct_limit_info = ovs_net->ct_limit_info;
1340 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); local
1342 return ovs_net->xt_label;
1553 static int ovs_ct_limit_init(struct net *net, struct ovs_net *ovs_net) argument
1557 ovs_net->ct_limit_info = kmalloc(sizeof(*ovs_net
1587 ovs_ct_limit_exit(struct net *net, struct ovs_net *ovs_net) argument
1823 struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id); local
1857 struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id); local
1891 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); local
1974 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); local
1992 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); local
[all...]
H A Ddatapath.c1790 struct ovs_net *ovs_net; local
1864 ovs_net = net_generic(ovs_dp_get_net(dp), ovs_net_id);
1865 list_add_tail_rcu(&dp->list_node, &ovs_net->dps);
2029 struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id); local
2035 list_for_each_entry(dp, &ovs_net->dps, list_node) {
2524 struct ovs_net *ovs_net = container_of(work, struct ovs_net, local
2631 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); local
2650 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); local
2673 struct ovs_net *ovs_net = net_generic(dnet, ovs_net_id); local
[all...]
H A Ddatapath.h149 * struct ovs_net - Per net-namespace data for ovs.
153 struct ovs_net { struct

Completed in 312 milliseconds