Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/netinet/
H A Dtcp.h58 th_off:4; /* data offset */ member
60 uint_t th_off:4, /* data offset */ member
H A Dtcpip.h37 #define ti_off ti_t.th_off
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tcp.c88 hdrlen = tcp->th_off * 4; in interpret_tcp()
130 (int)(tcp->th_off * 4 - sizeof (struct tcphdr)), line); in interpret_tcp()
165 4, 1), "Data offset = %d bytes", tcp->th_off * 4); in interpret_tcp()
205 tcp->th_off * 4 - sizeof (struct tcphdr)); in interpret_tcp()
/titanic_50/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_lro.c115 tcp->th_off << 2); in myri10ge_lro_flush()
184 opt_bytes = (tcp->th_off << 2) - sizeof (*tcp); in myri10ge_lro_rx()
195 tcp_data_len = ip_len - (tcp->th_off << 2) - sizeof (*ip); in myri10ge_lro_rx()
H A Dmyri10ge.c3113 return (off + ((ip->ip_hl + tcp->th_off) << 2)); in myri10ge_lso_parse_header()
/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_send.c1301 tcphlen = otcph->th_off * 4; in nxge_do_softlso()
1353 tcphlen = otcph->th_off * 4; in nxge_do_softlso()
/titanic_50/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)
/titanic_50/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1166 sport, dport, seq, ack, tcph->th_off << 2, win, in tcphdr_print()
1189 opt_len = (tcph.th_off << 2) - TCP_MIN_HEADER_LENGTH; in tcphdr()
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1148 tcp2->th_off = sizeof(struct tcphdr) >> 2;
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c4896 tcp_udp_hdr_len = tcp_hdr->th_off*4; in ql_hw_csum_setup()
5236 (uint16_t)(tcp_hdr->th_off*4); in ql_hw_lso_setup()