Searched refs:fl_hdr (Results 1 – 2 of 2) sorted by relevance
734 list_hdr_t *fl_hdr, *next_fl_hdr; in flowacct_timer() local758 fl_hdr = thead->head; in flowacct_timer()759 while (fl_hdr != NULL) { in flowacct_timer()762 next_fl_hdr = fl_hdr->timeout_next; in flowacct_timer()763 flow = (flow_t *)fl_hdr->objp; in flowacct_timer()768 FLOWACCT_DELTA(now, fl_hdr->last_seen, diff); in flowacct_timer()835 if (fl_hdr->timeout_prev != NULL) { in flowacct_timer()836 fl_hdr->timeout_prev->timeout_next = in flowacct_timer()837 fl_hdr->timeout_next; in flowacct_timer()839 thead->head = fl_hdr->timeout_next; in flowacct_timer()[all …]
338 struct cudbg_flash_hdr *fl_hdr = (struct cudbg_flash_hdr *)pinbuf; in cudbg_print_flash_header() local340 if (fl_hdr->signature == CUDBG_FL_SIGNATURE && flash_info_banner) { in cudbg_print_flash_header()343 (fl_hdr->signature >> 24) & 0xFF, in cudbg_print_flash_header()344 (fl_hdr->signature >> 16) & 0xFF, in cudbg_print_flash_header()345 (fl_hdr->signature >> 8) & 0xFF, in cudbg_print_flash_header()346 fl_hdr->signature & 0xFF); in cudbg_print_flash_header()349 asctime(gmtime((time_t *)&fl_hdr->timestamp))); in cudbg_print_flash_header()350 printf("Flash payload size: %u bytes\n", fl_hdr->data_len); in cudbg_print_flash_header()