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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c4958 uint32_t *tmp_uh; local
5056 tmp_uh = (uint32_t *)((uint8_t *)uh - 10);
5059 tmp_csum = in_pseudo(*tmp_uh,
5060 *(tmp_uh + 1),
5061 *(uint16_t *)(tmp_uh + 2));

Completed in 83 milliseconds