Searched refs:LIST_FOREACH_SAFE (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_os_userspace.h | 1114 #if !defined(LIST_FOREACH_SAFE) 1115 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro 1123 #define LIST_FOREACH_SAFE LIST_FOREACH_MUTABLE macro
|
D | sctp_pcb.c | 2215 LIST_FOREACH_SAFE(tinp, head, sctp_hash, ninp) { 3948 LIST_FOREACH_SAFE(asoc, &inp->sctp_asoc_list, sctp_tcblist, nasoc) { 4097 LIST_FOREACH_SAFE(asoc, &inp->sctp_asoc_list, sctp_tcblist, nasoc) { 4247 LIST_FOREACH_SAFE(shared_key, &inp->sctp_ep.shared_keys, next, nshared_key) { 4269 LIST_FOREACH_SAFE(laddr, &inp->sctp_addr_list, sctp_nxt_addr, nladdr) { 4275 LIST_FOREACH_SAFE(asoc, &inp->sctp_asoc_free_list, sctp_tcblist, nasoc) { 5882 LIST_FOREACH_SAFE(laddr, &asoc->sctp_restricted_addrs, sctp_nxt_addr, naddr) { 5914 LIST_FOREACH_SAFE(shared_key, &asoc->shared_keys, next, nshared_key) { 6878 LIST_FOREACH_SAFE(wi, &SCTP_BASE_INFO(addr_wq), sctp_nxt_addr, nwi) { 6894 LIST_FOREACH_SAFE(vrf, vrf_bucket, next_vrf, nvrf) { [all …]
|
D | sctp_asconf.c | 2131 LIST_FOREACH_SAFE(laddr, &inp->sctp_addr_list, sctp_nxt_addr, nladdr) { in sctp_asconf_iterator_ep_end() 2325 LIST_FOREACH_SAFE(l, &asc->list_of_work, sctp_nxt_addr, nl) { in sctp_asconf_iterator_end() 3263 LIST_FOREACH_SAFE(laddr, &inp->sctp_addr_list, sctp_nxt_addr, nladdr) { in sctp_addr_mgmt_ep_sa()
|
D | sctputil.c | 1706 LIST_FOREACH_SAFE(wi, &SCTP_BASE_INFO(addr_wq), sctp_nxt_addr, nwi) { in sctp_handle_addr_wq()
|
/third_party/eudev/src/shared/ |
D | list.h | 124 #define LIST_FOREACH_SAFE(name,i,n,head) \ macro
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_queue.h | 394 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
|
/third_party/FreeBSD/sys/sys/ |
D | queue.h | 546 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
|