gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:LIST_ENTRY from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/subr_pool.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/subr_pool.c - 105.3KB - 3,534 lines
77: struct ipflow {
78:         LIST_ENTRY(ipflow) ipf_list;   /* next in active list */
79:         LIST_ENTRY(ipflow) ipf_hash;   /* next ipflow in bucket */
80:         struct in_addr ipf_dst;                /* destination address */
153: /* Page headers */ 154: LIST_ENTRY(pool_item_header) 155: ph_pagelist; /* pool page list */
182: /* Other entries use only this list entry */ 183: LIST_ENTRY(pool_item) pi_list; 184: };