Searched refs:ipq_list (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dip_var.h95 TAILQ_ENTRY(ipq) ipq_list; /* to other reass headers */ member in struct:ipq
H A Dip_input.c1438 TAILQ_FOREACH(fp, head, ipq_list) {
1577 TAILQ_INSERT_HEAD(head, fp, ipq_list);
1893 TAILQ_REMOVE(fhp, fp, ipq_list);
1921 fp = TAILQ_NEXT(fp, ipq_list);

Completed in 74 milliseconds