Home
last modified time | relevance | path

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

/dflybsd-src/sys/netinet/
H A Dtcp_syncache.c167 struct tcp_syncache_percpu { struct
173 static struct tcp_syncache_percpu *tcp_syncache_percpu[MAXCPU]; argument
225 syncache_timeout(struct tcp_syncache_percpu *syncache_percpu, in syncache_timeout()
286 struct tcp_syncache_percpu *syncache_percpu; in syncache_init_dispatch()
321 tcp_syncache_percpu[mycpuid] = syncache_percpu; in syncache_init_dispatch()
358 struct tcp_syncache_percpu *syncache_percpu; in syncache_insert()
362 syncache_percpu = tcp_syncache_percpu[mycpu->gd_cpuid]; in syncache_insert()
408 struct tcp_syncache_percpu *syncache_percpu; in syncache_destroy()
413 syncache_percpu = tcp_syncache_percpu[mycpu->gd_cpuid]; in syncache_destroy()
429 struct tcp_syncache_percpu *syncache_percpu; in syncache_drop()
[all …]