Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dnecp_client.c739 static void necp_stats_arenas_destroy(struct necp_fd_data *fd_data, boolean_t closing);
1182 boolean_t closing) in necp_destroy_flow_stats() argument
1188 if (closing) { in necp_destroy_flow_stats()
1222 if (closing) { in necp_destroy_flow_stats()
9135 necp_stats_arenas_destroy(struct necp_fd_data *fd_data, boolean_t closing) in necp_stats_arenas_destroy() argument
9143 if ((nai = fd_data->stats_arena_active) != NULL && (closing || nai->nai_use_count == 2)) { in necp_stats_arenas_destroy()
9152 if (closing || nai->nai_use_count == 1) { in necp_stats_arenas_destroy()
H A Dbpf.c561 bpf_detachd(struct bpf_d *d, int closing) in bpf_detachd() argument
585 if_name(ifp), closing ? " closing" : ""); in bpf_detachd()