Lines Matching refs:tcph
191 struct tcphdr *tcph) in qdf_lro_tcp_flow_match() argument
193 if ((lro_desc->tcph->source != tcph->source) || in qdf_lro_tcp_flow_match()
194 (lro_desc->tcph->dest != tcph->dest) || in qdf_lro_tcp_flow_match()
220 struct sk_buff *skb, struct iphdr *iph, struct tcphdr *tcph, in qdf_lro_desc_find() argument
248 if (qdf_lro_tcp_flow_match(entry->lro_desc, iph, tcph)) { in qdf_lro_desc_find()
306 struct tcphdr *tcph; in qdf_lro_get_info() local
321 tcph = (struct tcphdr *)info->tcph; in qdf_lro_get_info()
322 if (0 != qdf_lro_desc_find(lro_ctx, nbuf, iph, tcph, in qdf_lro_get_info()
339 if (tcph->doff == 8) { in qdf_lro_get_info()
340 __be32 *topt = (__be32 *)(tcph + 1); in qdf_lro_get_info()
428 struct tcphdr *tcph) in qdf_lro_get_desc() argument
434 if (qdf_lro_tcp_flow_match(&lro_arr[i], iph, tcph)) in qdf_lro_get_desc()
447 struct tcphdr *tcph = (struct tcphdr *) info->tcph; in qdf_lro_flush_pkt() local
449 lro_desc = qdf_lro_get_desc(lro_mgr, lro_mgr->lro_arr, iph, tcph); in qdf_lro_flush_pkt()