Searched refs:LIST_NEXT (Results 1 - 25 of 27) sorted by relevance

12

/darwin-on-arm/xnu/bsd/sys/
H A Dqueue.h400 if (LIST_NEXT((elm), field) != NULL && \
401 LIST_NEXT((elm), field)->field.le_prev != \
423 (var) = LIST_NEXT((var), field))
427 (var) && ((tvar) = LIST_NEXT((var), field), 1); \
436 if ((LIST_NEXT((elm), field) = LIST_NEXT((listelm), field)) != NULL)\
437 LIST_NEXT((listelm), field)->field.le_prev = \
438 &LIST_NEXT((elm), field); \
439 LIST_NEXT((listelm), field) = (elm); \
440 (elm)->field.le_prev = &LIST_NEXT((listel
459 #define LIST_NEXT macro
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_encap.c194 for (ep = LIST_FIRST(&encaptab); ep; ep = LIST_NEXT(ep, chain)) {
290 for (ep = LIST_FIRST(&encaptab); ep; ep = LIST_NEXT(ep, chain)) {
372 for (ep = LIST_FIRST(&encaptab); ep; ep = LIST_NEXT(ep, chain)) {
461 for (p = LIST_FIRST(&encaptab); p; p = LIST_NEXT(p, chain)) {
H A Din_pcblist.c394 for (inp = LIST_FIRST(pcbinfo->listhead); inp; inp = LIST_NEXT(inp, inp_list)) {
416 inp; inp = LIST_NEXT(inp, inp_list)) {
H A Din_var.h449 (step).i_inm = LIST_NEXT((step).i_inm, inm_link); \
H A Dtcp_timer.c114 if (LIST_NEXT((elm),field) != NULL && \
115 LIST_NEXT((elm),field)->field.le_prev != \
920 listp->next_te = LIST_NEXT(&tp->tentry, le);
H A Dip_divert.c603 inp = LIST_NEXT(inp, inp_list)) {
H A Dtcp_subr.c1222 inpb = LIST_NEXT(inpb, inp_list)) {
1427 inp = LIST_NEXT(inp, inp_list)) {
1614 inp = LIST_NEXT(inp, inp_list)) {
H A Dudp_usrreq.c1038 inp = LIST_NEXT(inp, inp_list)) {
1142 inp = LIST_NEXT(inp, inp_list)) {
H A Dtcp_input.c647 nq = LIST_NEXT(q, tqe_q);
687 nq = LIST_NEXT(q, tqe_q);
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_mac.c137 next = LIST_NEXT(head, records);
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c594 next = LIST_NEXT(frea, fr_next);
621 next = LIST_NEXT(frep, fr_next);
645 next = LIST_NEXT(frent, fr_next);
656 next = LIST_NEXT(frent, fr_next);
1099 next = LIST_NEXT(frea, fr_next);
1126 next = LIST_NEXT(frep, fr_next);
1168 next = LIST_NEXT(frent, fr_next);
1175 next = LIST_NEXT(frent, fr_next);
H A Dif_media.c342 ep = LIST_NEXT(ep, ifm_list), count++)
H A Dif_utun_crypto_ipsec.c222 nextsav = LIST_NEXT(sav, chain);
396 nextsav = LIST_NEXT(sav, chain);
598 nxt_crypto_keys = (__typeof__(nxt_crypto_keys))LIST_NEXT(cur_crypto_keys, chain);
H A Dif_utun_crypto.c309 nxt_crypto_keys = (__typeof__(nxt_crypto_keys))LIST_NEXT(cur_crypto_keys, chain);
H A Dif_vlan.c878 next = LIST_NEXT(ifv, ifv_vlan_list);
1560 if (LIST_NEXT(LIST_FIRST(&vlp->vlp_vlan_list), ifv_vlan_list) == NULL) {
H A Dntstat.c885 for (inp = LIST_FIRST(tcbinfo.listhead); inp; inp = LIST_NEXT(inp, inp_list))
1132 for (inp = LIST_FIRST(udbinfo.listhead); inp; inp = LIST_NEXT(inp, inp_list))
H A Dif.c566 ifc = LIST_NEXT(ifc, ifc_list);
671 ifc = LIST_NEXT(ifc, ifc_list), count--, dst += IFNAMSIZ) {
2767 ifma = LIST_NEXT(ifma, ifma_link)) {
3127 ifma = LIST_NEXT(ifma, ifma_link)) {
H A Dif_bridge.c3094 if (LIST_NEXT(bif, bif_next) == NULL) {
4603 if (LIST_NEXT(lbrt, brt_hash) == NULL) {
4607 lbrt = LIST_NEXT(lbrt, brt_hash);
H A Drtsock.c1746 ifma != NULL; ifma = LIST_NEXT(ifma, ifma_link)) {
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c328 for (elm = LIST_FIRST(head); elm; elm = LIST_NEXT(elm, field))
338 while (LIST_NEXT(curelm, field)) \
339 curelm = LIST_NEXT(curelm, field);\
947 nextsav = LIST_NEXT(sav, chain);
1340 nextsav = LIST_NEXT(currsav, chain);
3125 nextsav = LIST_NEXT(sav, chain);
5222 nextsp = LIST_NEXT(sp, chain);
5258 nextsah = LIST_NEXT(sah, chain);
5283 nextsav = LIST_NEXT(sav, chain);
5320 nextsav = LIST_NEXT(sa
[all...]
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.c590 chain = LIST_NEXT(chain, chain);
595 for (; chain; chain = LIST_NEXT(chain, chain)) {
H A Din6_pcb.c827 ninp = LIST_NEXT(inp, inp_list);
H A Dnd6_rtr.c2894 pfxrtr = LIST_NEXT(pfxrtr, pfr_entry)) {
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c1525 nfp = LIST_NEXT(fp, fm_link);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_event.c2901 ev_pcb = LIST_NEXT(ev_pcb, ev_link)) {

Completed in 230 milliseconds

12