Lines Matching refs:pfx_timer
1157 if (pfx->pfx_timer) in delete_prefix()
1158 rtadvd_remove_timer(pfx->pfx_timer); in delete_prefix()
1174 if (pfx->pfx_timer) { /* sanity check */ in invalidate_prefix()
1187 pfx->pfx_timer = rtadvd_add_timer(prefix_timeout, NULL, pfx, NULL); in invalidate_prefix()
1188 if (pfx->pfx_timer == NULL) { in invalidate_prefix()
1195 rtadvd_set_timer(&timo, pfx->pfx_timer); in invalidate_prefix()
1216 if (pfx->pfx_timer == NULL) { /* sanity check */ in update_prefix()
1228 rtadvd_remove_timer(pfx->pfx_timer); in update_prefix()
1229 pfx->pfx_timer = NULL; in update_prefix()
1431 if (pfx->pfx_timer) in make_packet()
1442 if (pfx->pfx_timer) in make_packet()