Home
last modified time | relevance | path

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

/freebsd/sys/dev/fxp/
H A Dif_fxp.c1387 int error, i, nseg, tcp_payload; in fxp_encap() local
1391 tcp_payload = 0; in fxp_encap()
1483 tcp_payload = m->m_pkthdr.len - ip_off - (ip->ip_hl << 2); in fxp_encap()
1484 tcp_payload -= tcp->th_off << 2; in fxp_encap()
1600 cbp->tbd[1].tb_size |= htole32(tcp_payload << 16); in fxp_encap()