Home
last modified time | relevance | path

Searched refs:HPTS_CPU_NONE (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()
H A Dtcp_hpts.c558 if (__predict_true(tp->t_hpts_cpu == HPTS_CPU_NONE)) { in tcp_hpts_init()
1010 if (tp->t_lro_cpu == HPTS_CPU_NONE) { in hpts_cpuid()
H A Dtcp_var.h330 #define HPTS_CPU_NONE ((uint16_t)-1) macro
H A Dtcp_subr.c2294 tp->t_hpts_cpu = HPTS_CPU_NONE; in tcp_newtcpcb()
2295 tp->t_lro_cpu = HPTS_CPU_NONE; in tcp_newtcpcb()