Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/openvswitch/
H A Ddp_notify.c36 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 Dconntrack.c1158 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in ovs_ct_check_limit() local
1159 const struct ovs_ct_limit_info *ct_limit_info = ovs_net->ct_limit_info; in ovs_ct_check_limit()
1652 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in ovs_ct_verify() local
1654 return ovs_net->xt_label; in ovs_ct_verify()
1861 static int ovs_ct_limit_init(struct net *net, struct ovs_net *ovs_net) in ovs_ct_limit_init() argument
1865 ovs_net->ct_limit_info = kmalloc(sizeof(*ovs_net in ovs_ct_limit_init()
1895 ovs_ct_limit_exit(struct net *net, struct ovs_net *ovs_net) ovs_ct_limit_exit() argument
2130 struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id); ovs_ct_limit_cmd_set() local
2164 struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id); ovs_ct_limit_cmd_del() local
2198 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); ovs_ct_limit_cmd_get() local
2278 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); ovs_ct_init() local
2296 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); ovs_ct_exit() local
[all...]
H A Ddatapath.c1679 struct ovs_net *ovs_net; in ovs_dp_cmd_new() local
1751 ovs_net = net_generic(ovs_dp_get_net(dp), ovs_net_id); in ovs_dp_cmd_new()
1752 list_add_tail_rcu(&dp->list_node, &ovs_net->dps); in ovs_dp_cmd_new()
1908 struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id); in ovs_dp_cmd_dump() local
1914 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_cmd_dump()
2394 struct ovs_net *ovs_net = container_of(work, struct ovs_net, in ovs_dp_masks_rebalance() local
2499 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); ovs_init_net() local
2518 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); list_vports_from_net() local
2541 struct ovs_net *ovs_net = net_generic(dnet, ovs_net_id); ovs_exit_net() local
[all...]
H A Ddatapath.h131 * struct ovs_net - Per net-namespace data for ovs.
135 struct ovs_net { struct
/kernel/linux/linux-6.6/net/openvswitch/
H A Ddp_notify.c36 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 Dconntrack.c905 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in ovs_ct_check_limit() local
906 const struct ovs_ct_limit_info *ct_limit_info = ovs_net->ct_limit_info; in ovs_ct_check_limit()
1340 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in ovs_ct_verify() local
1342 return ovs_net->xt_label; in ovs_ct_verify()
1552 static int ovs_ct_limit_init(struct net *net, struct ovs_net *ovs_net) in ovs_ct_limit_init() argument
1556 ovs_net->ct_limit_info = kmalloc(sizeof(*ovs_net in ovs_ct_limit_init()
1586 ovs_ct_limit_exit(struct net *net, struct ovs_net *ovs_net) ovs_ct_limit_exit() argument
1822 struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id); ovs_ct_limit_cmd_set() local
1856 struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id); ovs_ct_limit_cmd_del() local
1890 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); ovs_ct_limit_cmd_get() local
1973 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); ovs_ct_init() local
1991 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); ovs_ct_exit() local
[all...]
H A Ddatapath.c1790 struct ovs_net *ovs_net; in ovs_dp_cmd_new() local
1864 ovs_net = net_generic(ovs_dp_get_net(dp), ovs_net_id); in ovs_dp_cmd_new()
1865 list_add_tail_rcu(&dp->list_node, &ovs_net->dps); in ovs_dp_cmd_new()
2029 struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id); in ovs_dp_cmd_dump() local
2035 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_cmd_dump()
2524 struct ovs_net *ovs_net = container_of(work, struct ovs_net, in ovs_dp_masks_rebalance() local
2631 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); ovs_init_net() local
2650 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); list_vports_from_net() local
2673 struct ovs_net *ovs_net = net_generic(dnet, ovs_net_id); ovs_exit_net() local
[all...]
H A Ddatapath.h149 * struct ovs_net - Per net-namespace data for ovs.
153 struct ovs_net { struct

Completed in 12 milliseconds