Searched refs:list_of_work (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/netinet/ |
| D | sctp_asconf.c | 2043 LIST_FOREACH(l, &asc->list_of_work, sctp_nxt_addr) { in sctp_asconf_iterator_ep() 2088 LIST_FOREACH(l, &asc->list_of_work, sctp_nxt_addr) { in sctp_asconf_iterator_ep_end() 2123 LIST_FOREACH(l, &asc->list_of_work, sctp_nxt_addr) { in sctp_asconf_iterator_stcb() 2290 LIST_FOREACH_SAFE(l, &asc->list_of_work, sctp_nxt_addr, nl) { in sctp_asconf_iterator_end() 3246 LIST_INIT(&asc->list_of_work); in sctp_addr_mgmt_ep_sa() 3252 LIST_INSERT_HEAD(&asc->list_of_work, wi, sctp_nxt_addr); in sctp_addr_mgmt_ep_sa()
|
| D | sctp_structs.h | 172 struct sctpladdr list_of_work; member
|
| 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()
|