Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_netagent.c212 bool nolinger, void *context, void *params) in fsw_netagent_flow_del() argument
223 error = fsw_flow_del(fsw, &req, nolinger, params); in fsw_netagent_flow_del()
H A Dfsw_flow.c340 fsw_flow_del(struct nx_flowswitch *fsw, struct nx_flow_req *req, bool nolinger, in fsw_flow_del() argument
389 error = flow_owner_destroy_entry(fo, req->nfr_flow_uuid, nolinger, in fsw_flow_del()
H A Dfsw_var.h174 bool nolinger, void *params);
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c437 flow_entry_destroy(struct flow_owner *fo, struct flow_entry *fe, bool nolinger, in flow_entry_destroy() argument
465 if (!nolinger && close_params != NULL) { in flow_entry_destroy()
469 } else if (nolinger || !(fe->fe_flags & FLOWENTF_WAIT_CLOSE)) { in flow_entry_destroy()
H A Dflow_owner.c515 bool nolinger, void *close_params) in flow_owner_destroy_entry() argument
528 flow_entry_destroy(fo, fe, nolinger, close_params); in flow_owner_destroy_entry()