Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c95 static unsigned int flow_route_size; /* size of flow_route */ variable
111 flow_route_size = sizeof(struct flow_route); in flow_route_init()
112 flow_route_cache = skmem_cache_create(FR_ZONE_NAME, flow_route_size, in flow_route_init()
325 bzero(fr, flow_route_size); in fr_alloc()