Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow.c42 unsigned int sk_fe_size; /* size of zone element */ variable
80 sk_fe_size = sizeof(struct flow_entry); in flow_init()
83 sk_fe_cache = skmem_cache_create(SK_FE_ZONE_NAME, sk_fe_size, in flow_init()
H A Dflow_var.h884 extern unsigned int sk_fe_size;
H A Dflow_entry.c953 bzero(fe, sk_fe_size); in fe_alloc()