Searched refs:list_of_work (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_asconf.c | 2032 LIST_FOREACH(l, &asc->list_of_work, sctp_nxt_addr) { in sctp_asconf_iterator_ep() 2077 LIST_FOREACH(l, &asc->list_of_work, sctp_nxt_addr) { in sctp_asconf_iterator_ep_end() 2111 LIST_FOREACH(l, &asc->list_of_work, sctp_nxt_addr) { in sctp_asconf_iterator_stcb() 2271 LIST_FOREACH_SAFE(l, &asc->list_of_work, sctp_nxt_addr, nl) { in sctp_asconf_iterator_end() 3227 LIST_INIT(&asc->list_of_work); in sctp_addr_mgmt_ep_sa() 3233 LIST_INSERT_HEAD(&asc->list_of_work, wi, sctp_nxt_addr); in sctp_addr_mgmt_ep_sa()
|
| H A D | sctp_structs.h | 169 struct sctpladdr list_of_work; member
|
| H A D | sctputil.c | 1638 LIST_INIT(&asc->list_of_work); in sctp_handle_addr_wq() 1643 LIST_INSERT_HEAD(&asc->list_of_work, wi, sctp_nxt_addr); in sctp_handle_addr_wq() 1669 LIST_FOREACH(wi, &asc->list_of_work, sctp_nxt_addr) { in sctp_handle_addr_wq()
|