Searched refs:INIT_LIST_HEAD (Results 101 - 102 of 102) sorted by last modified time

12345

/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Dmain.c586 INIT_LIST_HEAD(&c->ll[i]);
595 INIT_LIST_HEAD(&q->ni.h);
H A Dmylist.h14 #define INIT_LIST_HEAD(l) do { (l)->prev = (l)->next = (l); } while (0) macro

Completed in 106 milliseconds

12345