Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDtcp_lro_hpts.c575 if (tp->t_lro_cpu == HPTS_CPU_NONE && lc->lro_cpu_is_set == 1) in _tcp_lro_flush_tcphpts()
576 tp->t_lro_cpu = lc->lro_last_cpu; in _tcp_lro_flush_tcphpts()
HDtcp_hpts.c1009 if (tp->t_lro_cpu == HPTS_CPU_NONE) { in hpts_cpuid()
1013 return (tp->t_lro_cpu); in hpts_cpuid()
HDtcp_var.h325 uint16_t t_lro_cpu; /* CPU derived from LRO. */ member
HDtcp_subr.c2343 tp->t_lro_cpu = HPTS_CPU_NONE; in tcp_newtcpcb()