Searched refs:lro_desc (Results 1 – 5 of 5) sorted by relevance
56 int len, const struct net_lro_desc *lro_desc) in lro_tcp_ip_check() argument90 if (lro_desc && after(ntohl(lro_desc->tcp_rcv_tsval), in lro_tcp_ip_check()103 static void lro_update_tcp_ip_header(struct net_lro_desc *lro_desc) in lro_update_tcp_ip_header() argument105 struct iphdr *iph = lro_desc->iph; in lro_update_tcp_ip_header()106 struct tcphdr *tcph = lro_desc->tcph; in lro_update_tcp_ip_header()110 tcph->ack_seq = lro_desc->tcp_ack; in lro_update_tcp_ip_header()111 tcph->window = lro_desc->tcp_window; in lro_update_tcp_ip_header()113 if (lro_desc->tcp_saw_tstamp) { in lro_update_tcp_ip_header()115 *(p+2) = lro_desc->tcp_rcv_tsecr; in lro_update_tcp_ip_header()118 csum_replace2(&iph->check, iph->tot_len, htons(lro_desc->ip_tot_len)); in lro_update_tcp_ip_header()[all …]
88 struct net_lro_desc lro_desc[MAX_LRO_DESCRIPTORS]; member
1759 mac->lro_mgr.lro_arr = mac->lro_desc; in pasemi_mac_probe()
1274 struct net_lro_desc lro_desc[NES_MAX_LRO_DESCRIPTORS]; member
1900 nesvnic->lro_mgr.lro_arr = nesvnic->lro_desc; in nes_init_nic_qp()