Home
last modified time | relevance | path

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

/xnu-11215/bsd/netinet/
H A Dflow_divert.c3241 SLIST_HEAD(, flow_divert_pcb) tmp_list; in flow_divert_handle_flow_states_request()
3245 SLIST_INIT(&tmp_list); in flow_divert_handle_flow_states_request()
3268 SLIST_FOREACH(fd_cb, &tmp_list, tmp_list_entry) { in flow_divert_handle_flow_states_request()
3379 SLIST_HEAD(, flow_divert_pcb) tmp_list; in flow_divert_close_all()
3381 SLIST_INIT(&tmp_list); in flow_divert_close_all()
3396 while (!SLIST_EMPTY(&tmp_list)) { in flow_divert_close_all()
3397 fd_cb = SLIST_FIRST(&tmp_list); in flow_divert_close_all()
3399 SLIST_REMOVE_HEAD(&tmp_list, tmp_list_entry); in flow_divert_close_all()
4651 SLIST_HEAD(, flow_divert_pcb) tmp_list; in flow_divert_kctl_rcvd()
4669 SLIST_INIT(&tmp_list); in flow_divert_kctl_rcvd()
[all …]
/xnu-11215/bsd/net/
H A Dkpi_interface.c2637 ifnet_t *tmp_list = NULL; in ifnet_list_get_common() local
2672 tmp_list = kalloc_type(ifnet_t, cnt + 1, Z_WAITOK | Z_ZERO); in ifnet_list_get_common()
2673 if (tmp_list == NULL) { in ifnet_list_get_common()
2677 *list = tmp_list; in ifnet_list_get_common()