Searched refs:_next (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/net/route/ |
H A D | nhop_utils.h | 91 for ( ; _ret != NULL; _ret = _PX##_next(_ret)) { \ 103 for ( ; _ret != NULL; _ret = _PX##_next(_ret)) { \ 111 _PX##_next(_obj) = CHT_FIRST(_head, _buck); \ 121 for ( ; _ret != NULL; _tmp = _ret, _ret = _PX##_next(_ret)) { \ 127 CHT_FIRST(_head, _buck) = _PX##_next(_ret); \ 129 _PX##_next(_tmp) = _PX##_next(_ret); \ 137 for (_x = CHT_FIRST(_head, _i); _x; _x = _PX##_next(_x)) 142 for (_x = CHT_FIRST(_head, _i); (_tmp = _PX##_next(_x), _x); _x = _tmp) 153 _y = _PX##_next(_x); \ 155 _PX##_next(_x) = _CHT_FIRST(_new_ptr, _new_idx);\
|
H A D | nhop_ctl.c | 1089 iter->_next = CHT_FIRST(&ctl->nh_head, iter->_i); in nhops_iter_start() 1099 struct nhop_priv *nh_priv = iter->_next; in nhops_iter_next() 1102 iter->_next = nh_priv->nh_next; in nhops_iter_next() 1110 iter->_next = nh_priv->nh_next; in nhops_iter_next()
|
H A D | route_ctl.h | 166 struct nhop_priv *_next; member
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_nat.c | 58 LIST_ENTRY(cfg_spool) _next; /* chain of spool instances */ 65 LIST_ENTRY(cfg_redir) _next; /* chain of redir instances */ 85 LIST_ENTRY(cfg_nat) _next; 116 LIST_FOREACH(ptr, &chain->nat, _next) { in ifaddr_change() 164 LIST_FOREACH_SAFE(r, head, _next, tmp_r) { in del_redir_spool_cfg() 176 LIST_FOREACH_SAFE(s, &r->spool_chain, _next, tmp_s) { in del_redir_spool_cfg() 177 LIST_REMOVE(s, _next); in del_redir_spool_cfg() 181 LIST_REMOVE(r, _next); in del_redir_spool_cfg() 266 LIST_INSERT_HEAD(&r->spool_chain, s, _next); in add_redir_spool_cfg() 269 LIST_INSERT_HEAD(&ptr->redir_chain, r, _next); in add_redir_spool_cfg() [all …]
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_altq.c | 1085 LIST_FOREACH(s, gsc, _next) { in is_gsc_under_sc() 1099 for (s = LIST_FIRST(gsc); s != end; s = LIST_NEXT(s, _next)) { in is_gsc_under_sc() 1127 LIST_FOREACH(s, gsc, _next) { in gsc_getentry() 1151 LIST_INSERT_HEAD(gsc, new, _next); in gsc_getentry() 1168 LIST_INSERT_AFTER(prev, new, _next); in gsc_getentry() 1189 for (s = start; s != end; s = LIST_NEXT(s, _next)) { in gsc_add_seg() 1195 for (; s != end; s = LIST_NEXT(s, _next)) { in gsc_add_seg()
|
H A D | pfctl.h | 114 LIST_ENTRY(segment) _next;
|
/freebsd/sys/netinet/ |
H A D | ip_fw.h | 546 LIST_ENTRY(cfg_spool) _next; /* chain of spool instances */ 560 LIST_ENTRY(cfg_redir) _next; /* chain of redir instances */ 583 LIST_ENTRY(cfg_nat) _next;
|
/freebsd/sys/dev/bhnd/tools/ |
H A D | nvram_map_gen.awk | 2166 function prop_get_path(obj, prop_path, _class, _prop_ids, _nprop_ids, _next, 2178 _next = prop_get(obj, _prop_head) 2182 return (prop_get_path(_next, _prop_tail)) 2185 return (_next)
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_convert.m4 | 422 vnext = t.$4_next; 493 vnext = t.$4_next;
|
/freebsd/sbin/hastd/ |
H A D | primary.c | 194 TAILQ_INSERT_TAIL(&hio_##name##_list, (hio), hio_##name##_next);\ 225 TAILQ_REMOVE(&hio_##name##_list, (hio), hio_##name##_next); \
|
/freebsd/sys/net/ |
H A D | if_vlan.c | 138 struct ifvlan *_next; \ 141 CK_SLIST_FOREACH_SAFE((_ifv), &(_trunk)->hash[_i], ifv_list, _next)
|