/src/sys/netinet/ |
tcp_vtw.c | 214 fatp_t *fat_base, fatp_t **fat_hash) 220 fat->hash = fat_hash; 1813 fatp_t **fat_hash; local in function:vtw_control_init 1837 fat_hash = kmem_zalloc(2*m * sizeof(fatp_t *), KM_SLEEP); 1840 fatp_init(fat, n, m, fat_base, fat_hash);
|
tcp_vtw.c | 214 fatp_t *fat_base, fatp_t **fat_hash) 220 fat->hash = fat_hash; 1813 fatp_t **fat_hash; local in function:vtw_control_init 1837 fat_hash = kmem_zalloc(2*m * sizeof(fatp_t *), KM_SLEEP); 1840 fatp_init(fat, n, m, fat_base, fat_hash);
|
tcp_vtw.c | 214 fatp_t *fat_base, fatp_t **fat_hash) 220 fat->hash = fat_hash; 1813 fatp_t **fat_hash; local in function:vtw_control_init 1837 fat_hash = kmem_zalloc(2*m * sizeof(fatp_t *), KM_SLEEP); 1840 fatp_init(fat, n, m, fat_base, fat_hash);
|