sm_next
struct s_mbuf *sm_next ; /* low level linked list */
mb->sm_next = (SMbuf *)NULL ;
smc->os.hwm.llc_rx_tail->sm_next = mb ;
smc->os.hwm.llc_rx_pipe = mb->sm_next ;
mb->sm_next = (SMbuf *)NULL ;
smc->os.hwm.txd_tx_tail->sm_next = mb ;
smc->os.hwm.txd_tx_pipe = mb->sm_next ;
smc->os.hwm.mbuf_pool.mb_free = mb->sm_next ;
mb_free = mb->sm_next ;
mb->sm_next = smc->os.hwm.mbuf_pool.mb_free ;
mb->sm_next = mb_free ;