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

  /src/sys/netinet/
tcp_vtw.c 214 fatp_t *fat_base, fatp_t **fat_hash)
221 fat->base = fat_base;
1812 fatp_t *fat_base; local in function:vtw_control_init
1838 fat_base = kmem_zalloc(2*n * 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)
221 fat->base = fat_base;
1812 fatp_t *fat_base; local in function:vtw_control_init
1838 fat_base = kmem_zalloc(2*n * 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)
221 fat->base = fat_base;
1812 fatp_t *fat_base; local in function:vtw_control_init
1838 fat_base = kmem_zalloc(2*n * sizeof(fatp_t), KM_SLEEP);
1840 fatp_init(fat, n, m, fat_base, fat_hash);

Completed in 35 milliseconds