Searched defs:ovs_net (Results 1 – 3 of 3) sorted by relevance
| /linux/net/openvswitch/ |
| H A D | datapath.h | 173 struct ovs_net { struct 174 struct list_head dps; 175 struct work_struct dp_notify_work; 176 struct delayed_work masks_rebalance; 178 struct ovs_ct_limit_info __rcu *ct_limit_info; 179 struct ovs_ct_limit_info *ct_limit_exit_data; 181 bool xt_label;
|
| H A D | conntrack.c | 934 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); ovs_ct_check_limit() local 1371 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); ovs_ct_verify() local 1584 ovs_ct_limit_init(struct net * net,struct ovs_net * ovs_net) ovs_ct_limit_init() argument 1617 ovs_ct_limit_exit_start(struct ovs_net * ovs_net) ovs_ct_limit_exit_start() argument 1681 ovs_ct_limit_set_zone_limit(struct ovs_net * ovs_net,struct nlattr * nla_zone_limit) ovs_ct_limit_set_zone_limit() argument 1728 ovs_ct_limit_del_zone_limit(struct ovs_net * ovs_net,struct nlattr * nla_zone_limit) ovs_ct_limit_del_zone_limit() argument 1868 struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id); ovs_ct_limit_cmd_set() local 1901 struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id); ovs_ct_limit_cmd_del() local 1934 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); ovs_ct_limit_cmd_get() local 2018 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); ovs_ct_init() local 2043 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); ovs_ct_exit_start() local 2055 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); ovs_ct_exit_finish() local [all...] |
| H A D | datapath.c | 1847 struct ovs_net *ovs_net; in ovs_dp_cmd_new() local 2084 struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id); in ovs_dp_cmd_dump() local 2598 struct ovs_net *ovs_net = container_of(work, struct ovs_net, in ovs_dp_masks_rebalance() local 2705 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in ovs_init_net() local 2724 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in list_vports_from_net() local 2754 struct ovs_net *ovs_net = net_generic(dnet, ovs_net_id); in ovs_exit_net() local
|