Go to file
thorpej b75b0de289 - Rename if_transmit() -> if_transmit_default()
- In if_enqueue(), handle the ALTQ-is-enabled case by creating a sort of
  chimera from ifq_put_slow() and if_transmit_default(), mainly to avoid
  having to repeatedly take and release the ifq lock.
2023-11-16 14:45:40 +00:00
common Define __HAVE_ATOMIC_CAS_64_UP and provide __sync_val_compare_and_swap_8 2023-10-29 08:04:18 +00:00
sys - Rename if_transmit() -> if_transmit_default() 2023-11-16 14:45:40 +00:00