Searched refs:tunnels_by_my_id (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/
H A Dtunnel.c33 static hash_table tunnels_by_my_id; variable
127 return hash_find(&tunnels_by_my_id, &candidate);
405 while (hash_num_entries(&tunnels_by_my_id)) {
425 hash_init(&tunnels_by_my_id,
460 hash_insert(&tunnels_by_my_id, tunnel);
483 hash_remove(&tunnels_by_my_id, tunnel);
1681 for (tunnel = hash_start(&tunnels_by_my_id, &cursor);
1683 tunnel = hash_next(&tunnels_by_my_id, &cursor));
1870 for (tunnel = hash_start(&tunnels_by_my_id, &cursor);
1872 tunnel = hash_next(&tunnels_by_my_id,
[all...]

Completed in 86 milliseconds