Searched refs:utn (Results 1 – 1 of 1) sorted by relevance
114 udp_tunnel_nic_entry_queue(struct udp_tunnel_nic *utn, in udp_tunnel_nic_entry_queue() argument119 utn->need_sync = 1; in udp_tunnel_nic_entry_queue()133 udp_tunnel_nic_is_empty(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_is_empty() argument138 for (i = 0; i < utn->n_tables; i++) in udp_tunnel_nic_is_empty()140 if (!udp_tunnel_nic_entry_is_free(&utn->entries[i][j])) in udp_tunnel_nic_is_empty()146 udp_tunnel_nic_should_replay(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_should_replay() argument151 if (!utn->missed) in udp_tunnel_nic_should_replay()154 for (i = 0; i < utn->n_tables; i++) { in udp_tunnel_nic_should_replay()156 if (!test_bit(i, &utn->missed)) in udp_tunnel_nic_should_replay()160 if (udp_tunnel_nic_entry_is_free(&utn->entries[i][j])) in udp_tunnel_nic_should_replay()[all …]