Searched defs:ovs_net (Results 1 – 4 of 4) sorted by relevance
/linux/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 62 struct ovs_net *ovs_net; in dp_device_event() local
|
H A D | datapath.h | 170 struct ovs_net { struct 171 struct list_head dps; 172 struct work_struct dp_notify_work; 173 struct delayed_work masks_rebalance; 175 struct ovs_ct_limit_info *ct_limit_info; 177 bool xt_label;
|
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() 1618 static void ovs_ct_limit_exit(struct net *net, struct ovs_net *ovs_net) in ovs_ct_limit_exit() 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
|
H A D | datapath.c | 1819 struct ovs_net *ovs_net; in ovs_dp_cmd_new() local 2057 struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id); in ovs_dp_cmd_dump() local 2557 struct ovs_net *ovs_net = container_of(work, struct ovs_net, in ovs_dp_masks_rebalance() local 2664 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in ovs_init_net() local 2683 struct ovs_net *ovs_net = net_generic(net, ovs_net_id); in list_vports_from_net() local 2706 struct ovs_net *ovs_net = net_generic(dnet, ovs_net_id); in ovs_exit_net() local
|