Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/
H A Dsfxge_tx.c968 static const struct ip *tso_iph(const struct sfxge_tso_state *tso) in tso_iph() function
1074 KASSERT(tso_iph(tso)->ip_p == IPPROTO_TCP, in tso_start()
1076 tso->tcph_off = tso->nh_off + 4 * tso_iph(tso)->ip_hl; in tso_start()
1077 tso->packet_id = ntohs(tso_iph(tso)->ip_id); in tso_start()