Home
last modified time | relevance | path

Searched refs:sl_next (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/contrib/ipfilter/netinet/
HDip_sync.c763 sl->sl_next = softs->syncstatetab[hv];
765 softs->syncstatetab[hv]->sl_pnext = &sl->sl_next;
789 sl = sl->sl_next)
869 *sl->sl_pnext = sl->sl_next;
870 if (sl->sl_next != NULL)
871 sl->sl_next->sl_pnext = sl->sl_pnext;
978 sl->sl_next = softs->syncnattab[hv];
980 softs->syncnattab[hv]->sl_pnext = &sl->sl_next;
990 sl = sl->sl_next)
1077 for (ss = softs->syncstatetab[hv]; ss; ss = ss->sl_next)
[all …]
HDip_sync.h57 struct synclist *sl_next; member
/trueos/sys/compat/ndis/
HDntoskrnl_var.h199 struct slist_entry *sl_next; member
HDsubr_ntoskrnl.c2083 entry->sl_next = head->slh_list.slh_next;
2106 head->slh_list.slh_next = first->sl_next;