Searched refs:p_tcpip_hdr (Results 1 – 1 of 1) sorted by relevance
2217 ip_pseudo_header *p_tcpip_hdr = (ip_pseudo_header *)data_to_checksum; in rtl8139_cplus_transmit_one() local2218 p_tcpip_hdr->zeros = 0; in rtl8139_cplus_transmit_one()2219 p_tcpip_hdr->ip_proto = IP_PROTO_TCP; in rtl8139_cplus_transmit_one()2220 p_tcpip_hdr->ip_payload = cpu_to_be16(tcp_hlen + chunk_size); in rtl8139_cplus_transmit_one()2278 ip_pseudo_header *p_tcpip_hdr = (ip_pseudo_header *)data_to_checksum; in rtl8139_cplus_transmit_one() local2279 p_tcpip_hdr->zeros = 0; in rtl8139_cplus_transmit_one()2280 p_tcpip_hdr->ip_proto = IP_PROTO_TCP; in rtl8139_cplus_transmit_one()2281 p_tcpip_hdr->ip_payload = cpu_to_be16(ip_data_len); in rtl8139_cplus_transmit_one()