n_hdlc_buf_put
static void n_hdlc_buf_put(struct n_hdlc_buf_list *list,
n_hdlc_buf_put(&n_hdlc->rx_free_buf_list, buf);
n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf);
n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, tbuf);
n_hdlc_buf_put(&n_hdlc->rx_buf_list, buf);
n_hdlc_buf_put(&n_hdlc->rx_free_buf_list, rbuf);
n_hdlc_buf_put(&n_hdlc->tx_buf_list, tbuf);
n_hdlc_buf_put(list, buf);