Searched refs:th_off (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/netinet/ |
H A D | tcp.h | 58 th_off:4; /* data offset */ member 60 uint_t th_off:4, /* data offset */ member
|
H A D | tcpip.h | 37 #define ti_off ti_t.th_off
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_tcp.c | 88 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 D | myri10ge_lro.c | 115 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 D | myri10ge.c | 3113 return (off + ((ip->ip_hl + tcp->th_off) << 2)); in myri10ge_lso_parse_header()
|
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_send.c | 1301 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 D | ip_compat.h | 1794 # 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 D | ip.c | 1166 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 D | ip_fil_solaris.c | 1148 tcp2->th_off = sizeof(struct tcphdr) >> 2;
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge.c | 4896 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()
|