diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2026-03-18 19:36:07 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2026-03-18 21:00:43 +0000 |
| commit | 85cf26c6ee09f0210999881ac3306d333aaea5a3 (patch) | |
| tree | 3f8225ab50f93a4489275b1b316f78711cbf525a | |
| parent | ad0e698e642e46ba6f1f25d9a151e8e975ec6356 (diff) | |
in_var.h: fixup comments that mention use by ifmcstat(8)
| -rw-r--r-- | sys/netinet/in_var.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet/in_var.h b/sys/netinet/in_var.h index 311d82da4605..6d843cf2f6ef 100644 --- a/sys/netinet/in_var.h +++ b/sys/netinet/in_var.h @@ -291,9 +291,7 @@ ip_mfilter_count(struct ip_mfilter_head *head) * and kept if retransmissions are necessary. * * FUTURE: inm_link is now only used when groups are being purged - * on a detaching ifnet. It could be demoted to a SLIST_ENTRY, but - * because it is at the very start of the struct, we can't do this - * w/o breaking the ABI for ifmcstat. + * on a detaching ifnet. It could be demoted to a SLIST_ENTRY. */ struct in_multi { LIST_ENTRY(in_multi) inm_link; /* to-be-released by in_ifdetach */ @@ -339,7 +337,6 @@ struct in_multi { * A source is only excluded if all listeners exclude it. * A source is only included if no listeners exclude it, * and at least one listener includes it. - * May be used by ifmcstat(8). */ static __inline uint8_t ims_get_mode(const struct in_multi *inm, const struct ip_msource *ims, |
