Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_var.h990 extern struct flow_entry * flow_entry_alloc(struct flow_owner *fo,
H A Dflow_entry.c407 flow_entry_alloc(struct flow_owner *fo, struct nx_flow_req *req, int *perr) in flow_entry_alloc() function
H A Dflow_manager.c948 fe = flow_entry_alloc(fo, req, &err); in flow_mgr_flow_add()