Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c731 static void necp_stats_arenas_destroy(struct necp_fd_data *fd_data, boolean_t closing);
1161 boolean_t closing) in necp_destroy_flow_stats() argument
1167 if (closing) { in necp_destroy_flow_stats()
1201 if (closing) { in necp_destroy_flow_stats()
9080 necp_stats_arenas_destroy(struct necp_fd_data *fd_data, boolean_t closing) in necp_stats_arenas_destroy() argument
9088 if ((nai = fd_data->stats_arena_active) != NULL && (closing || nai->nai_use_count == 2)) { in necp_stats_arenas_destroy()
9097 if (closing || nai->nai_use_count == 1) { in necp_stats_arenas_destroy()
H A Dbpf.c572 bpf_detachd(struct bpf_d *d, int closing) in bpf_detachd() argument
596 if_name(ifp), closing ? " closing" : ""); in bpf_detachd()