Searched refs:ovs_net (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/net/openvswitch/ |
| D | dp_notify.c | 49 struct ovs_net *ovs_net = container_of(work, struct ovs_net, dp_notify_work); in ovs_dp_notify_wq() local 53 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_notify_wq() 75 struct ovs_net *ovs_net; in dp_device_event() local 90 ovs_net = net_generic(dev_net(dev), ovs_net_id); in dp_device_event() 91 queue_work(system_wq, &ovs_net->dp_notify_work); in dp_device_event()
|
| D | conntrack.c | 662 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in ovs_ct_verify() local 664 return ovs_net->xt_label; in ovs_ct_verify() 774 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in ovs_ct_init() local 777 ovs_net->xt_label = false; in ovs_ct_init() 780 ovs_net->xt_label = true; in ovs_ct_init() 786 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in ovs_ct_exit() local 788 if (ovs_net->xt_label) in ovs_ct_exit()
|
| D | datapath.c | 1532 struct ovs_net *ovs_net; in ovs_dp_cmd_new() local 1606 ovs_net = net_generic(ovs_dp_get_net(dp), ovs_net_id); in ovs_dp_cmd_new() 1607 list_add_tail_rcu(&dp->list_node, &ovs_net->dps); in ovs_dp_cmd_new() 1751 struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id); in ovs_dp_cmd_dump() local 1757 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_cmd_dump() 2233 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in ovs_init_net() local 2235 INIT_LIST_HEAD(&ovs_net->dps); in ovs_init_net() 2236 INIT_WORK(&ovs_net->dp_notify_work, ovs_dp_notify_wq); in ovs_init_net() 2244 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in list_vports_from_net() local 2247 list_for_each_entry(dp, &ovs_net->dps, list_node) { in list_vports_from_net() [all …]
|
| D | datapath.h | 133 struct ovs_net { struct
|