Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dtcp.h59 th_off:4; /* data offset */ member
61 uint_t th_off:4, /* data offset */ member
H A Dtcpip.h36 #define ti_off ti_t.th_off
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tcp.c85 hdrlen = tcp->th_off * 4; in interpret_tcp()
127 (int)(tcp->th_off * 4 - sizeof (struct tcphdr)), line); in interpret_tcp()
162 4, 1), "Data offset = %d bytes", tcp->th_off * 4); in interpret_tcp()
202 tcp->th_off * 4 - sizeof (struct tcphdr)); in interpret_tcp()
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_lro.c110 tcp->th_off << 2); in myri10ge_lro_flush()
179 opt_bytes = (tcp->th_off << 2) - sizeof (*tcp); in myri10ge_lro_rx()
190 tcp_data_len = ip_len - (tcp->th_off << 2) - sizeof (*ip); in myri10ge_lro_rx()
H A Dmyri10ge.c3107 return (off + ((ip->ip_hl + tcp->th_off) << 2)); in myri10ge_lso_parse_header()
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tcp.c150 ths = thp->th_off * 4; in sfxge_pkthdr_parse()
H A Dsfxge_tx.c1636 if (size + (thp->th_off << 2) + (iphp->ip_hl << 2) != in sfxge_tx_qlso_fragment()
1654 iphp->ip_len = htons((iphp->ip_hl << 2) + (thp->th_off << 2) + mss); in sfxge_tx_qlso_fragment()
1678 (thp->th_off << 2) + ss); in sfxge_tx_qlso_fragment()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c1279 tcphlen = otcph->th_off * 4; in nxge_do_softlso()
1331 tcphlen = otcph->th_off * 4; in nxge_do_softlso()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1794 # define TCP_OFF(x) (x)->th_off
1797 # define TCP_OFF_A(x,y) (x)->th_off = (y)
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1167 sport, dport, seq, ack, tcph->th_off << 2, win, in tcphdr_print()
1190 opt_len = (tcph.th_off << 2) - TCP_MIN_HEADER_LENGTH; in tcphdr()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1362 tcp2->th_off = sizeof(struct tcphdr) >> 2;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c4900 tcp_udp_hdr_len = tcp_hdr->th_off*4; in ql_hw_csum_setup()
5237 (uint16_t)(tcp_hdr->th_off*4); in ql_hw_lso_setup()