Searched refs:nolinger (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_netagent.c | 212 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 D | fsw_flow.c | 340 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 D | fsw_var.h | 174 bool nolinger, void *params);
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_entry.c | 437 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 D | flow_owner.c | 515 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()
|