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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_flow.h72 LIST_ENTRY(ipflow) ipf_next; /* next ipflow in bucket */ member in struct:ipflow
H A Dip_flow.c135 ipf = LIST_NEXT(ipf, ipf_next);
237 LIST_REMOVE(ipf, ipf_next);
272 ipf = LIST_NEXT(ipf, ipf_next);
280 LIST_REMOVE(ipf, ipf_next);
297 struct ipflow *next_ipf = LIST_NEXT(ipf, ipf_next);
346 LIST_REMOVE(ipf, ipf_next);
369 LIST_INSERT_HEAD(&ipflows[hash], ipf, ipf_next);

Completed in 56 milliseconds