Home
last modified time | relevance | path

Searched refs:close_params (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c436 void *close_params) in flow_entry_destroy() argument
463 if (!nolinger && close_params != NULL) { in flow_entry_destroy()
464 fsw_flow_abort_quic(fe, close_params); 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()