Searched refs:q_new (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/netipx/
H A Dspx_reass.c131 struct spx_q *q, *q_new, *q_temp; local
336 q_new = malloc(sizeof(*q_new), M_SPXREASSQ, M_NOWAIT | M_ZERO);
337 if (q_new == NULL)
339 q_new->sq_si = si;
340 q_new->sq_msi = msi;
343 free(q_new, M_SPXREASSQ);
353 LIST_INSERT_BEFORE(q, q_new, sq_entry);
355 LIST_INSERT_HEAD(&cb->s_q, q_new, sq_entry);
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_dummynet.c326 q_new(uintptr_t key, int flags, void *arg) function
442 q_hash, q_match, q_new);
452 fs->qht = q_new(0, 0, &template);

Completed in 54 milliseconds