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

/freebsd-10-stable/sys/netinet/
H A Dtcp_lro.c75 static unsigned tcp_lro_entries = LRO_ENTRIES; variable
77 CTLFLAG_RDTUN | CTLFLAG_MPSAFE, &tcp_lro_entries, 0,
94 for (i = 0; i < tcp_lro_entries; i++) {

Completed in 103 milliseconds