NG_QUEUE
int wait = ((waitflag & M_WAITOK) ? NG_WAITOK : 0) | NG_QUEUE;
expire_flow(priv, &item, fle, NG_QUEUE);
export_send(priv, item, NG_QUEUE);
expire_flow(priv, &item, fle, NG_QUEUE);
expire_flow(priv, &item, fle, NG_QUEUE);
return_export_dgram(priv, item, NG_QUEUE);
(error) = ng_snd_item((item), NG_QUEUE);\