Searched refs:l_lro (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/neterion/
H A Ds2io.c8381 static int verify_l3_l4_lro_capable(struct lro *l_lro, struct iphdr *ip, argument
8427 if (l_lro)
8428 if (l_lro->cur_tsval > ntohl(*((__be32 *)(ptr+2))))
8460 struct lro *l_lro = &ring_data->lro0_n[i]; local
8461 if (l_lro->in_use) {
8462 if (check_for_socket_match(l_lro, ip, tcph))
8465 *lro = l_lro;
8479 if (!verify_l3_l4_lro_capable(l_lro, ip, tcph,
8498 struct lro *l_lro = &ring_data->lro0_n[i]; local
8499 if (!(l_lro
[all...]

Completed in 35 milliseconds