Home
last modified time | relevance | path

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

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