Lines Matching refs:l_lro
8303 static int verify_l3_l4_lro_capable(struct lro *l_lro, struct iphdr *ip,
8349 if (l_lro)
8350 if (l_lro->cur_tsval > ntohl(*((__be32 *)(ptr+2))))
8382 struct lro *l_lro = &ring_data->lro0_n[i];
8383 if (l_lro->in_use) {
8384 if (check_for_socket_match(l_lro, ip, tcph))
8387 *lro = l_lro;
8401 if (!verify_l3_l4_lro_capable(l_lro, ip, tcph,
8420 struct lro *l_lro = &ring_data->lro0_n[i];
8421 if (!(l_lro->in_use)) {
8422 *lro = l_lro;