Home
last modified time | relevance | path

Searched refs:tcp_lro_cpu_set_thresh (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_lro.c109 static uint32_t tcp_lro_cpu_set_thresh = TCP_LRO_CPU_DECLARATION_THRESH; variable
111 CTLFLAG_RDTUN | CTLFLAG_MPSAFE, &tcp_lro_cpu_set_thresh, 0,
1213 if (lc->lro_cnt_of_same_cpu > tcp_lro_cpu_set_thresh) in tcp_lro_flush_all()