Lines Matching refs:n_tables

48 	unsigned int n_tables;  member
135 for (i = 0; i < utn->n_tables; i++) in udp_tunnel_nic_is_empty()
151 for (i = 0; i < utn->n_tables; i++) { in udp_tunnel_nic_should_replay()
244 for (i = 0; i < utn->n_tables; i++) in udp_tunnel_nic_device_sync_by_port()
257 for (i = 0; i < utn->n_tables; i++) { in udp_tunnel_nic_device_sync_by_table()
338 for (i = 0; i < utn->n_tables; i++) in udp_tunnel_nic_is_capable()
352 for (i = 0; i < utn->n_tables; i++) in udp_tunnel_nic_has_collision()
435 for (i = 0; i < utn->n_tables; i++) { in udp_tunnel_nic_try_existing()
470 for (i = 0; i < utn->n_tables; i++) { in udp_tunnel_nic_add_new()
564 for (i = 0; i < utn->n_tables; i++) in __udp_tunnel_nic_reset_ntf()
660 for (i = 0; i < utn->n_tables; i++) in udp_tunnel_nic_flush()
670 for (i = 0; i < utn->n_tables; i++) in udp_tunnel_nic_flush()
687 for (i = 0; i < utn->n_tables; i++) in udp_tunnel_nic_replay()
700 for (i = 0; i < utn->n_tables; i++) in udp_tunnel_nic_replay()
721 unsigned int n_tables) in udp_tunnel_nic_alloc() argument
729 utn->n_tables = n_tables; in udp_tunnel_nic_alloc()
732 utn->entries = kmalloc_array(n_tables, sizeof(void *), GFP_KERNEL); in udp_tunnel_nic_alloc()
736 for (i = 0; i < n_tables; i++) { in udp_tunnel_nic_alloc()
758 for (i = 0; i < utn->n_tables; i++) in udp_tunnel_nic_free()
769 unsigned int n_tables, i; in udp_tunnel_nic_register() local
787 n_tables = 1; in udp_tunnel_nic_register()
792 n_tables++; in udp_tunnel_nic_register()
809 utn = udp_tunnel_nic_alloc(info, n_tables); in udp_tunnel_nic_register()