Title: free_accs()


If there are no accessors on acc_freelist (the linked list of unused accessors without buffers), bf_dupacc() calls free_accs() to free up accessors. free_accs() goes through all the different priority levels for the 6 different clients (eth, psip, ip, icmp, tcp, and udp), calling the client-specific buffer-freeing functions (e.g., eth_buffree()).