HomeSort by: relevance | last modified time | path
    Searched defs:tcpstat_percpu (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
tcp_subr.c 160 percpu_t *tcpstat_percpu; variable in typeref:typename:percpu_t *
405 tcpstat_percpu = percpu_alloc(sizeof(uint64_t) * TCP_NSTATS);
tcp_subr.c 160 percpu_t *tcpstat_percpu; variable in typeref:typename:percpu_t *
405 tcpstat_percpu = percpu_alloc(sizeof(uint64_t) * TCP_NSTATS);

Completed in 22 milliseconds