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

  /src/sys/net/npf/
npf_tableset.c 72 } npf_tblent_t; typedef in typeref:struct:npf_tblent
94 npf_tblent_t ** t_elements[NPF_ADDR_SLOTS];
133 tblent_cache = pool_cache_init(sizeof(npf_tblent_t), 0,
318 npf_tblent_t *ent;
331 npf_tblent_t *ent;
344 npf_tblent_t *ent;
353 len = t->t_allocated[i] * sizeof(npf_tblent_t *);
496 table_ifaddr_insert(npf_table_t *t, const int alen, npf_tblent_t *ent)
506 npf_tblent_t **old_elements = t->t_elements[aidx];
507 npf_tblent_t **elements
    [all...]

Completed in 12 milliseconds