Searched defs:ovs_net (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/openvswitch/ | 
| D | datapath.h | 131 struct ovs_net {  struct 142 extern unsigned int ovs_net_id;  argument
  | 
| 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
  | 
| D | conntrack.c | 1136 	struct ovs_net *ovs_net = net_generic(net, ovs_net_id);  in ovs_ct_check_limit()  local 1629 		struct ovs_net *ovs_net = net_generic(net, ovs_net_id);  in ovs_ct_verify()  local 1838 static int ovs_ct_limit_init(struct net *net, struct ovs_net *ovs_net)  in ovs_ct_limit_init() 1872 static void ovs_ct_limit_exit(struct net *net, struct ovs_net *ovs_net)  in ovs_ct_limit_exit() 2110 	struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id);  in ovs_ct_limit_cmd_set()  local 2144 	struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id);  in ovs_ct_limit_cmd_del()  local 2178 	struct ovs_net *ovs_net = net_generic(net, ovs_net_id);  in ovs_ct_limit_cmd_get()  local 2258 	struct ovs_net *ovs_net = net_generic(net, ovs_net_id);  in ovs_ct_init()  local 2276 	struct ovs_net *ovs_net = net_generic(net, ovs_net_id);  in ovs_ct_exit()  local
  | 
| D | datapath.c | 1585 	struct ovs_net *ovs_net;  in ovs_dp_cmd_new()  local 1815 	struct ovs_net *ovs_net = net_generic(sock_net(skb->sk), ovs_net_id);  in ovs_dp_cmd_dump()  local 2384 	struct ovs_net *ovs_net = net_generic(net, ovs_net_id);  in ovs_init_net()  local 2394 	struct ovs_net *ovs_net = net_generic(net, ovs_net_id);  in list_vports_from_net()  local 2417 	struct ovs_net *ovs_net = net_generic(dnet, ovs_net_id);  in ovs_exit_net()  local
  |