Searched refs:bwalk (Results 1 – 3 of 3) sorted by relevance
| /mOS-networking-stack/core/src/ |
| H A D | tcp_rb.c | 393 struct _tcpbufseg_t *bwalk, *bnext; in tcprb_del() local 396 for (bwalk = TAILQ_FIRST(&rb->bufsegs); bwalk; bwalk = bnext) { in tcprb_del() 397 bnext = TAILQ_NEXT(bwalk, link); in tcprb_del() 398 bufseg_del(rb->mp, bwalk); in tcprb_del() 568 struct _tcpbufseg_t *bwalk, *bnext; in tcprb_resize() local 574 for (bwalk = TAILQ_FIRST(&rb->bufsegs); bwalk; bwalk = bnext) { in tcprb_resize() 575 bnext = TAILQ_NEXT(bwalk, link); in tcprb_resize() 576 TAILQ_REMOVE(&rb->bufsegs, bwalk, link); in tcprb_resize() 577 bufseg_del(rb->mp, bwalk); in tcprb_resize()
|
| H A D | config.c | 1147 struct conf_block *bwalk; in PatchCONFIG() local 1148 TAILQ_FOREACH(bwalk, &g_config.app_blkh, link) { in PatchCONFIG() 1149 struct app_conf *app_conf = (struct app_conf *)bwalk->conf; in PatchCONFIG()
|
| H A D | core.c | 1661 struct conf_block *bwalk; in mtcp_getconf() local 1662 TAILQ_FOREACH(bwalk, &g_config.app_blkh, link) { in mtcp_getconf() 1663 struct app_conf *app_conf = (struct app_conf *)bwalk->conf; in mtcp_getconf()
|