Searched refs:mq_dst (Results 1 – 1 of 1) sorted by relevance
1676 mbufq_concat(struct mbufq *mq_dst, struct mbufq *mq_src) in mbufq_concat() argument1679 mq_dst->mq_len += mq_src->mq_len; in mbufq_concat()1680 STAILQ_CONCAT(&mq_dst->mq_head, &mq_src->mq_head); in mbufq_concat()