Searched refs:raq (Results 1 – 1 of 1) sorted by relevance
1890 struct raq { struct1891 struct raq *raq_next; argument1896 static struct raq *raq_head = NULL;1905 struct raq *raq; in loopback_ra_enqueue() local1906 struct raq **raqp; in loopback_ra_enqueue()1914 raq = calloc(sizeof (struct raq), 1); in loopback_ra_enqueue()1915 if (raq == NULL) { in loopback_ra_enqueue()1919 raq->raq_packet = malloc(len); in loopback_ra_enqueue()1920 if (raq->raq_packet == NULL) { in loopback_ra_enqueue()1921 free(raq); in loopback_ra_enqueue()[all …]