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

/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_rx.h76 * @next_nh: IP header of the next buffer.
94 void *next_nh; member in struct:sfxge_lro_conn
H A Dsfxge_rx.c535 struct ip *iph = c->next_nh;
539 struct ip6_hdr *iph = c->next_nh;
616 sfxge_lro_start(&rxq->lro, c, rx_buf->mbuf, c->next_nh, th);
761 c->next_nh = nh;

Completed in 167 milliseconds