Searched refs:raq (Results 1 – 1 of 1) sorted by relevance
1895 struct raq { struct1896 struct raq *raq_next; argument1901 static struct raq *raq_head = NULL;1910 struct raq *raq; in loopback_ra_enqueue() local1911 struct raq **raqp; in loopback_ra_enqueue()1919 raq = calloc(sizeof (struct raq), 1); in loopback_ra_enqueue()1920 if (raq == NULL) { in loopback_ra_enqueue()1924 raq->raq_packet = malloc(len); in loopback_ra_enqueue()1925 if (raq->raq_packet == NULL) { in loopback_ra_enqueue()1926 free(raq); in loopback_ra_enqueue()[all …]