Searched refs:ia_garp_count (Results 1 – 3 of 3) sorted by relevance
1382 ++ia->ia_garp_count; in garp_rexmit()1383 if (ia->ia_garp_count >= garp_rexmit_count) { in garp_rexmit()1389 (1 << ia->ia_garp_count) * hz, in garp_rexmit()1424 ia->ia_garp_count = 0; in garp_timer_start()1425 if (callout_reset(&ia->ia_garp_timer, (1 << ia->ia_garp_count) * hz, in garp_timer_start()
89 int ia_garp_count; /* count of retransmitted GARPs */ member