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

/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_rx.h78 * @next_nh: IP header of the next buffer.
96 void *next_nh; member in struct:sfxge_lro_conn
H A Dsfxge_rx.c536 struct ip *iph = c->next_nh;
540 struct ip6_hdr *iph = c->next_nh;
617 sfxge_lro_start(&rxq->lro, c, rx_buf->mbuf, c->next_nh, th);
762 c->next_nh = nh;

Completed in 132 milliseconds