Searched refs:ovs_net (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/net/openvswitch/ |
| H A D | dp_notify.c | 36 struct ovs_net *ovs_net = container_of(work, struct ovs_net, dp_notify_work); in ovs_dp_notify_wq() local 40 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_notify_wq() 62 struct ovs_net *ovs_net; in dp_device_event() local 77 ovs_net = net_generic(dev_net(dev), ovs_net_id); in dp_device_event() 78 queue_work(system_wq, &ovs_net->dp_notify_work); in dp_device_event()
|
| H A D | conntrack.c | 934 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in ovs_ct_check_limit() local 1372 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in ovs_ct_verify() local 1585 static int ovs_ct_limit_init(struct net *net, struct ovs_net *ovs_net) in ovs_ct_limit_init() argument 1589 ovs_net->ct_limit_info = kmalloc(sizeof(*ovs_net->ct_limit_info), in ovs_ct_limit_init() 1618 static void ovs_ct_limit_exit(struct net *net, struct ovs_net *ovs_net) in ovs_ct_limit_exit() argument 1854 struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id); in ovs_ct_limit_cmd_set() local 1888 struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id); in ovs_ct_limit_cmd_del() local 1922 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in ovs_ct_limit_cmd_get() local 2005 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in ovs_ct_init() local 2023 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in ovs_ct_exit() local [all …]
|
| H A D | datapath.c | 1789 struct ovs_net *ovs_net; in ovs_dp_cmd_new() local 2027 struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id); in ovs_dp_cmd_dump() local 2527 struct ovs_net *ovs_net = container_of(work, struct ovs_net, in ovs_dp_masks_rebalance() local 2538 schedule_delayed_work(&ovs_net->masks_rebalance, in ovs_dp_masks_rebalance() 2634 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in ovs_init_net() local 2637 INIT_LIST_HEAD(&ovs_net->dps); in ovs_init_net() 2645 schedule_delayed_work(&ovs_net->masks_rebalance, in ovs_init_net() 2653 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in list_vports_from_net() local 2676 struct ovs_net *ovs_net = net_generic(dnet, ovs_net_id); in ovs_exit_net() local 2702 cancel_work_sync(&ovs_net->dp_notify_work); in ovs_exit_net() [all …]
|
| H A D | datapath.h | 166 struct ovs_net { struct
|