K 10 svn:author V 5 andre K 8 svn:date V 27 2013-10-22T15:06:24.830447Z K 7 svn:log V 382 Make struct ifnet comprehensible by grouping related fields and variables together. Quantify the structure size and how bloated it has become. This is only a mechanical change. Obvious first candidates for slimming by externalizing are: - char if_xname[IFNAMSIZ] - struct ifaltq if_snd - struct if_data if_data - void *if_afdata[AF_MAX] Sponsored by: The FreeBSD Foundation END