Home
last modified time | relevance | path

Searched refs:LIST_FOREACH_SAFE (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h1114 #if !defined(LIST_FOREACH_SAFE)
1115 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
1123 #define LIST_FOREACH_SAFE LIST_FOREACH_MUTABLE macro
Dsctp_pcb.c2215 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 …]
Dsctp_asconf.c2131 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()
Dsctputil.c1706 LIST_FOREACH_SAFE(wi, &SCTP_BASE_INFO(addr_wq), sctp_nxt_addr, nwi) { in sctp_handle_addr_wq()
/third_party/eudev/src/shared/
Dlist.h124 #define LIST_FOREACH_SAFE(name,i,n,head) \ macro
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_queue.h394 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/third_party/FreeBSD/sys/sys/
Dqueue.h546 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro