Searched refs:list_of_work (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_asconf.c | 2074 LIST_FOREACH(l, &asc->list_of_work, sctp_nxt_addr) { in sctp_asconf_iterator_ep() 2119 LIST_FOREACH(l, &asc->list_of_work, sctp_nxt_addr) { in sctp_asconf_iterator_ep_end() 2154 LIST_FOREACH(l, &asc->list_of_work, sctp_nxt_addr) { in sctp_asconf_iterator_stcb() 2325 LIST_FOREACH_SAFE(l, &asc->list_of_work, sctp_nxt_addr, nl) { in sctp_asconf_iterator_end() 3287 LIST_INIT(&asc->list_of_work); in sctp_addr_mgmt_ep_sa() 3293 LIST_INSERT_HEAD(&asc->list_of_work, wi, sctp_nxt_addr); in sctp_addr_mgmt_ep_sa()
|
D | sctp_structs.h | 179 struct sctpladdr list_of_work; member
|
D | sctputil.c | 1703 LIST_INIT(&asc->list_of_work); in sctp_handle_addr_wq() 1708 LIST_INSERT_HEAD(&asc->list_of_work, wi, sctp_nxt_addr); in sctp_handle_addr_wq() 1731 LIST_FOREACH(wi, &asc->list_of_work, sctp_nxt_addr) { in sctp_handle_addr_wq()
|