HomeSort by: relevance | last modified time | path
    Searched defs:fat_hash (Results 1 - 3 of 3) sorted by relevancy

  /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);

Completed in 33 milliseconds