Lines Matching defs:l_lro
8298 static int verify_l3_l4_lro_capable(struct lro *l_lro, struct iphdr *ip,
8344 if (l_lro)
8345 if (l_lro->cur_tsval > ntohl(*((__be32 *)(ptr+2))))
8377 struct lro *l_lro = &ring_data->lro0_n[i];
8378 if (l_lro->in_use) {
8379 if (check_for_socket_match(l_lro, ip, tcph))
8382 *lro = l_lro;
8396 if (!verify_l3_l4_lro_capable(l_lro, ip, tcph,
8415 struct lro *l_lro = &ring_data->lro0_n[i];
8416 if (!(l_lro->in_use)) {
8417 *lro = l_lro;