Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c98 static unsigned int flow_route_size; /* size of flow_route */ variable
114 flow_route_size = sizeof(struct flow_route); in flow_route_init()
115 flow_route_cache = skmem_cache_create(FR_ZONE_NAME, flow_route_size, in flow_route_init()
313 bzero(fr, flow_route_size); in fr_alloc()