Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
HDip_sync.c727 sl->sl_next = softs->syncstatetab[hv];
729 softs->syncstatetab[hv]->sl_pnext = &sl->sl_next;
753 sl = sl->sl_next)
833 *sl->sl_pnext = sl->sl_next;
834 if (sl->sl_next != NULL)
835 sl->sl_next->sl_pnext = sl->sl_pnext;
942 sl->sl_next = softs->syncnattab[hv];
944 softs->syncnattab[hv]->sl_pnext = &sl->sl_next;
954 sl = sl->sl_next)
1041 for (ss = softs->syncstatetab[hv]; ss; ss = ss->sl_next)
[all …]
HDip_sync.h57 struct synclist *sl_next; member
/freebsd-11-stable/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;