Home
last modified time | relevance | path

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

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