mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 11:50:47 -05:00
All uses of this function were incorrect. if_amcount is a reference count which tracks the number of times the network stack internally set IFF_ALLMULTI. (if_pcount is the corresponding counter for IFF_PROMISC.) Remove if_getamcount() and fix up callers to get the number of assigned multicast addresses instead, since that's what they actually want. Sponsored by: Klara, Inc. Reviewed by: zlei, glebius MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D46523 (cherry picked from commit 408c909dc64f77d2696d6fec77a2e0b00255cf96) |
||
|---|---|---|
| .. | ||
| base | ||
| lio_bsd.h | ||
| lio_core.c | ||
| lio_ioctl.c | ||
| lio_ioctl.h | ||
| lio_main.c | ||
| lio_main.h | ||
| lio_network.h | ||
| lio_rss.c | ||
| lio_rss.h | ||
| lio_rxtx.c | ||
| lio_rxtx.h | ||
| lio_sysctl.c | ||