Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_lro_hpts.c576 if (tp->t_lro_cpu == HPTS_CPU_NONE && lc->lro_cpu_is_set == 1) in _tcp_lro_flush_tcphpts()
577 tp->t_lro_cpu = lc->lro_last_cpu; in _tcp_lro_flush_tcphpts()
H A Dtcp_hpts.c1010 if (tp->t_lro_cpu == HPTS_CPU_NONE) { in hpts_cpuid()
1014 return (tp->t_lro_cpu); in hpts_cpuid()
H A Dtcp_var.h329 uint16_t t_lro_cpu; /* CPU derived from LRO. */ member
H A Dtcp_subr.c2295 tp->t_lro_cpu = HPTS_CPU_NONE; in tcp_newtcpcb()