Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c727 if ((lro->tcp_hdr->source != tcp->source)) in __hal_lro_check_for_session_match()
731 if ((lro->tcp_hdr->dest != tcp->dest)) in __hal_lro_check_for_session_match()
892 xge_os_memcpy(((char *)lro->tcp_hdr + lro->ts_off + 2), in __hal_tcp_lro_capable()
1001 lro_new->tcp_hdr = tcp; in __hal_open_lro_session()
1360 lro->tcp_hdr->ack_seq = lro->tcp_ack_num; in xge_hal_lro_process_rx()
/titanic_50/usr/src/lib/libdtrace/common/
H A Dtcp.d.in105 tcph_t *tcp_hdr; /* raw TCP header */ member
167 tcp_hdr = T;
209 tcp_hdr = NULL;
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c4827 struct tcphdr *tcp_hdr; in ql_hw_csum_setup() local
4881 tcp_hdr = in ql_hw_csum_setup()
4896 tcp_udp_hdr_len = tcp_hdr->th_off*4; in ql_hw_csum_setup()
5083 struct tcphdr *tcp_hdr; in ql_tx_hashing() local
5129 tcp_hdr = (struct tcphdr *)(void *) in ql_tx_hashing()
5131 src_port = tcp_hdr->th_sport; in ql_tx_hashing()
5132 dest_port = tcp_hdr->th_dport; in ql_tx_hashing()
5177 struct tcphdr *tcp_hdr; in ql_hw_lso_setup() local
5221 tcp_hdr = (struct tcphdr *)(void *) in ql_hw_lso_setup()
5236 (uint16_t)(tcp_hdr->th_off*4); in ql_hw_lso_setup()
/titanic_50/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h257 tcplro_t *tcp_hdr; member