Home
last modified time | relevance | path

Searched refs:ovs_net (Results 1 – 3 of 3) sorted by relevance

/linux/net/openvswitch/
H A Dconntrack.c935 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in ovs_ct_check_limit()
936 const struct ovs_ct_limit_info *ct_limit_info = ovs_net->ct_limit_info; in ovs_ct_check_limit()
1373 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in ovs_ct_verify()
1375 return ovs_net->xt_label; in ovs_ct_verify()
1586 static int ovs_ct_limit_init(struct net *net, struct ovs_net *ovs_net) in ovs_ct_limit_init()
1590 ovs_net->ct_limit_info = kmalloc_obj(*ovs_net in ovs_ct_limit_init()
934 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); ovs_ct_check_limit() local
1372 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); ovs_ct_verify() local
1585 ovs_ct_limit_init(struct net * net,struct ovs_net * ovs_net) ovs_ct_limit_init() argument
1616 ovs_ct_limit_exit(struct net * net,struct ovs_net * ovs_net) ovs_ct_limit_exit() argument
1851 struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id); ovs_ct_limit_cmd_set() local
1885 struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id); ovs_ct_limit_cmd_del() local
1919 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); ovs_ct_limit_cmd_get() local
2002 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); ovs_ct_init() local
2020 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); ovs_ct_exit() local
[all...]
H A Ddatapath.c1818 struct ovs_net *ovs_net; in ovs_dp_cmd_new()
1891 ovs_net = net_generic(ovs_dp_get_net(dp), ovs_net_id); in ovs_dp_cmd_new()
1892 list_add_tail_rcu(&dp->list_node, &ovs_net->dps); in ovs_dp_cmd_new()
2056 struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id); in ovs_dp_cmd_dump()
2062 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_cmd_dump()
2587 struct ovs_net *ovs_net = container_of(work, struct ovs_net,
1817 struct ovs_net *ovs_net; ovs_dp_cmd_new() local
2055 struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id); ovs_dp_cmd_dump() local
2555 struct ovs_net *ovs_net = container_of(work, struct ovs_net, ovs_dp_masks_rebalance() local
2662 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); ovs_init_net() local
2681 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); list_vports_from_net() local
2704 struct ovs_net *ovs_net = net_generic(dnet, ovs_net_id); ovs_exit_net() local
[all...]
H A Ddatapath.h170 struct ovs_net { struct