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

  /src/sys/altq/
altq_subr.c 104 static struct ip4_frag *ip4f_alloc(void);
105 static void ip4f_free(struct ip4_frag *);
1565 struct ip4_frag { struct
1566 TAILQ_ENTRY(ip4_frag) ip4f_chain;
1572 static TAILQ_HEAD(ip4f_list, ip4_frag) ip4f_list; /* IPv4 fragment cache */
1580 struct ip4_frag *fp;
1604 struct ip4_frag *fp;
1633 struct ip4_frag *fp;
1638 fp = malloc(sizeof(struct ip4_frag), M_DEVBUF, M_NOWAIT);
1651 static struct ip4_frag *
    [all...]

Completed in 45 milliseconds