Searched defs:set_oal_netbuf_next (Results 1 – 1 of 1) sorted by relevance
139 static inline void set_oal_netbuf_next(NetBuf *nb, NetBuf *new) in set_oal_netbuf_next() function204 #define set_oal_netbuf_next(nb, new) ((nb)->next = new) macro