Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h1154 #if !defined(LIST_FOREACH_SAFE)
1155 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
1163 #define LIST_FOREACH_SAFE LIST_FOREACH_MUTABLE macro
Dsctp_pcb.c2214 LIST_FOREACH_SAFE(tinp, head, sctp_hash, ninp) {
3950 LIST_FOREACH_SAFE(asoc, &inp->sctp_asoc_list, sctp_tcblist, nasoc) {
4099 LIST_FOREACH_SAFE(asoc, &inp->sctp_asoc_list, sctp_tcblist, nasoc) {
4271 LIST_FOREACH_SAFE(shared_key, &inp->sctp_ep.shared_keys, next, nshared_key) {
4293 LIST_FOREACH_SAFE(laddr, &inp->sctp_addr_list, sctp_nxt_addr, nladdr) {
4299 LIST_FOREACH_SAFE(asoc, &inp->sctp_asoc_free_list, sctp_tcblist, nasoc) {
5922 LIST_FOREACH_SAFE(laddr, &asoc->sctp_restricted_addrs, sctp_nxt_addr, naddr) {
5954 LIST_FOREACH_SAFE(shared_key, &asoc->shared_keys, next, nshared_key) {
6962 LIST_FOREACH_SAFE(wi, &SCTP_BASE_INFO(addr_wq), sctp_nxt_addr, nwi) {
6977 LIST_FOREACH_SAFE(vrf, vrf_bucket, next_vrf, nvrf) {
[all …]
Dsctp_asconf.c2135 LIST_FOREACH_SAFE(laddr, &inp->sctp_addr_list, sctp_nxt_addr, nladdr) { in sctp_asconf_iterator_ep_end()
2329 LIST_FOREACH_SAFE(l, &asc->list_of_work, sctp_nxt_addr, nl) { in sctp_asconf_iterator_end()
3269 LIST_FOREACH_SAFE(laddr, &inp->sctp_addr_list, sctp_nxt_addr, nladdr) { in sctp_addr_mgmt_ep_sa()
Dsctputil.c1714 LIST_FOREACH_SAFE(wi, &SCTP_BASE_INFO(addr_wq), sctp_nxt_addr, nwi) { in sctp_handle_addr_wq()
/external/openssh/openbsd-compat/
Dsys-queue.h69 #undef LIST_FOREACH_SAFE
285 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/external/usrsctp/usrsctplib/
Duser_queue.h394 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro