Home
last modified time | relevance | path

Searched refs:srf_first_thp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_rx.c1344 srfp->srf_first_thp->th_ack = thp->th_ack; in sfxge_rx_qflow_complete()
1345 srfp->srf_first_thp->th_win = thp->th_win; in sfxge_rx_qflow_complete()
1346 srfp->srf_first_thp->th_flags = thp->th_flags; in sfxge_rx_qflow_complete()
1430 srfp->srf_first_thp = srfp->srf_last_thp = thp; in sfxge_rx_qflow_add()
H A Dsfxge.h384 struct tcphdr *srf_first_thp; member