OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:in4pcb_pool_cache
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
in_pcb.c
159
static pool_cache_t
in4pcb_pool_cache
;
variable
168
in4pcb_pool_cache
= pool_cache_init(sizeof(struct in4pcb), coherency_unit,
210
inp = pool_cache_get(
in4pcb_pool_cache
, PR_NOWAIT);
215
inp = pool_cache_get(
in4pcb_pool_cache
, PR_NOWAIT);
248
pool_cache_put(
in4pcb_pool_cache
, inp);
253
pool_cache_put(
in4pcb_pool_cache
, inp);
720
pool_cache_put(
in4pcb_pool_cache
, inp);
725
pool_cache_put(
in4pcb_pool_cache
, inp);
in_pcb.c
159
static pool_cache_t
in4pcb_pool_cache
;
variable
168
in4pcb_pool_cache
= pool_cache_init(sizeof(struct in4pcb), coherency_unit,
210
inp = pool_cache_get(
in4pcb_pool_cache
, PR_NOWAIT);
215
inp = pool_cache_get(
in4pcb_pool_cache
, PR_NOWAIT);
248
pool_cache_put(
in4pcb_pool_cache
, inp);
253
pool_cache_put(
in4pcb_pool_cache
, inp);
720
pool_cache_put(
in4pcb_pool_cache
, inp);
725
pool_cache_put(
in4pcb_pool_cache
, inp);
in_pcb.c
159
static pool_cache_t
in4pcb_pool_cache
;
variable
168
in4pcb_pool_cache
= pool_cache_init(sizeof(struct in4pcb), coherency_unit,
210
inp = pool_cache_get(
in4pcb_pool_cache
, PR_NOWAIT);
215
inp = pool_cache_get(
in4pcb_pool_cache
, PR_NOWAIT);
248
pool_cache_put(
in4pcb_pool_cache
, inp);
253
pool_cache_put(
in4pcb_pool_cache
, inp);
720
pool_cache_put(
in4pcb_pool_cache
, inp);
725
pool_cache_put(
in4pcb_pool_cache
, inp);
Completed in 56 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026