Searched refs:tcp_hdr (Results 1 – 4 of 4) sorted by relevance
727 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()
105 tcph_t *tcp_hdr; /* raw TCP header */ member167 tcp_hdr = T;209 tcp_hdr = NULL;
4827 struct tcphdr *tcp_hdr; in ql_hw_csum_setup() local4881 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() local5129 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() local5221 tcp_hdr = (struct tcphdr *)(void *) in ql_hw_lso_setup()5236 (uint16_t)(tcp_hdr->th_off*4); in ql_hw_lso_setup()
257 tcplro_t *tcp_hdr; member