Home
last modified time | relevance | path

Searched refs:SLIST_NEXT (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/lib/librte_eal/windows/include/sys/
H A Dqueue.h191 while (SLIST_NEXT(curelm, field) != NULL) \
192 curelm = SLIST_NEXT(curelm, field); \
205 (var) = SLIST_NEXT((var), field))
210 (var) = SLIST_NEXT((var), field))
225 (varp) = &SLIST_NEXT((var), field))
232 SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \
233 SLIST_NEXT((slistelm), field) = (elm); \
251 curelm = SLIST_NEXT(curelm, field); \
258 SLIST_NEXT(elm, field) = \
259 SLIST_NEXT(SLIST_NEXT(elm, field), field); \
[all …]
/f-stack/freebsd/sys/
H A Dqueue.h221 while (SLIST_NEXT(curelm, field) != NULL) \
222 curelm = SLIST_NEXT(curelm, field); \
235 (var) = SLIST_NEXT((var), field))
240 (var) = SLIST_NEXT((var), field))
255 (varp) = &SLIST_NEXT((var), field))
262 SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \
263 SLIST_NEXT((slistelm), field) = (elm); \
281 curelm = SLIST_NEXT(curelm, field); \
288 SLIST_NEXT(elm, field) = \
289 SLIST_NEXT(SLIST_NEXT(elm, field), field); \
[all …]
H A Dmbuf.h1373 return (SLIST_NEXT(t, m_tag_link)); in m_tag_next()
/f-stack/tools/compat/include/sys/
H A Dqueue.h194 (var) = SLIST_NEXT((var), field))
199 (var) = SLIST_NEXT((var), field))
214 (varp) = &SLIST_NEXT((var), field))
221 SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \
222 SLIST_NEXT((slistelm), field) = (elm); \
226 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
230 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro
239 while (SLIST_NEXT(curelm, field) != (elm)) \
240 curelm = SLIST_NEXT(curelm, field); \
247 SLIST_NEXT(elm, field) = \
[all …]
H A Dmbuf.h1132 return (SLIST_NEXT(t, m_tag_link)); in m_tag_next()
/f-stack/freebsd/kern/
H A Duipc_mbuf2.c355 while ((q = SLIST_NEXT(p, m_tag_link)) != NULL) in m_tag_delete_chain()
387 p = SLIST_NEXT(t, m_tag_link); in m_tag_locate()
391 p = SLIST_NEXT(p, m_tag_link); in m_tag_locate()
H A Dkern_et.c91 next = SLIST_NEXT(tmp, et_all); in et_register()
H A Dkern_sysctl.c362 nodes[indx] = SLIST_NEXT(nodes[indx], oid_link); in sysctl_search_oid()
1292 for (;; oidp = SLIST_NEXT(oidp, oid_link)) { in name2oid()
/f-stack/freebsd/netgraph/
H A Dng_bridge.c1008 *hptr = SLIST_NEXT(hent, next); in ng_bridge_remove_hosts()
1012 hptr = &SLIST_NEXT(hent, next); in ng_bridge_remove_hosts()
1060 *hptr = SLIST_NEXT(hent, next); in ng_bridge_timeout()
1066 hptr = &SLIST_NEXT(hent, next); in ng_bridge_timeout()
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_mem.c25 next = SLIST_NEXT(entry, next); in mlx5_vdpa_mem_dereg()
/f-stack/freebsd/netpfil/pf/
H A Dpf_table.c824 q = SLIST_NEXT(p, pfrke_workq); in pfr_destroy_kentries()
1627 q = SLIST_NEXT(p, pfrkt_workq); in pfr_ina_commit()
1811 q = SLIST_NEXT(p, pfrkt_workq); in pfr_setflags_ktables()
1951 q = SLIST_NEXT(p, pfrkt_workq); in pfr_destroy_ktables()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c2064 next = SLIST_NEXT(s, expired); \ in dyn_free_states()