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

  /src/sys/netinet/
ip_reass.c 89 typedef struct ipfr_queue { struct
90 LIST_ENTRY(ipfr_queue) ipq_q; /* to other reass headers */
111 static LIST_HEAD(, ipfr_queue) ip_frags[IPREASS_HASH_SIZE];
ip_reass.c 89 typedef struct ipfr_queue { struct
90 LIST_ENTRY(ipfr_queue) ipq_q; /* to other reass headers */
111 static LIST_HEAD(, ipfr_queue) ip_frags[IPREASS_HASH_SIZE];

Completed in 23 milliseconds