Lines Matching defs:ip4_frag
104 static struct ip4_frag *ip4f_alloc(void);
105 static void ip4f_free(struct ip4_frag *);
1565 struct ip4_frag {
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 *
1654 struct ip4_frag *fp;
1665 ip4f_free(struct ip4_frag *fp)