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

  /src/sys/netinet/
tcp_vtw.h 160 typedef struct fatp_mi fatp_t; typedef in typeref:struct:fatp_mi
188 fatp_full(fatp_t *fp)
190 fatp_t full;
272 fatp_t *base; /* base of fatp_t array */
273 fatp_t *lim; /* extent of fatp_t array */
274 fatp_t *free; /* free list */
278 fatp_t **hash; /* hash anchors */
279 fatp_t **port; /* port hash anchors *
    [all...]
tcp_vtw.c 155 fatp_t *fp;
168 static fatp_t *
171 fatp_t *fp = 0;
191 fatp_free(fatp_ctl_t *fat, fatp_t *fp)
214 fatp_t *fat_base, fatp_t **fat_hash)
216 fatp_t *fp;
251 /*!\brief turn a {fatp_t*,slot} into an integral key.
253 * The key can be used to obtain the fatp_t, and the slot,
257 fatp_key(fatp_ctl_t *fat, fatp_t *fp, uint32_t slot
    [all...]
  /src/usr.bin/netstat/
vtw.c 267 fatp_t *base, *lim;
268 fatp_t **hash, **port;
375 fatp_t *base, *lim;
376 fatp_t **hash, **port;

Completed in 15 milliseconds