NETDEV_ALIGN     1824 include/linux/netdevice.h 	return (char *)dev + ALIGN(sizeof(struct net_device), NETDEV_ALIGN);
NETDEV_ALIGN     3098 include/net/cfg80211.h 	char priv[0] __aligned(NETDEV_ALIGN);
NETDEV_ALIGN       72 include/net/wpan-phy.h 	char priv[0] __attribute__((__aligned__(NETDEV_ALIGN)));